diff --git a/packages/frontend/src/reports/BattleReport.tsx b/packages/frontend/src/reports/BattleReport.tsx index 4467452..606c852 100644 --- a/packages/frontend/src/reports/BattleReport.tsx +++ b/packages/frontend/src/reports/BattleReport.tsx @@ -301,7 +301,7 @@ const BattleReports = ({ planetId }: Props) => { onClick={() => toggleExpand(report.battle_id, report.reportType)} reportType={report.reportType} > - Battle Report: {report.battle_id} + Battle Report {new Date(report.time).toLocaleString()} @@ -454,7 +454,7 @@ const BattleReports = ({ planetId }: Props) => { } reportType={report.reportType} > - Debris Report: {report.collection_id} + Debris Report {new Date(report.timestamp).toLocaleString()}