Skip to content

Commit

Permalink
fixed reports header
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Feb 3, 2024
1 parent 32282f3 commit 28ee9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/reports/BattleReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const BattleReports = ({ planetId }: Props) => {
onClick={() => toggleExpand(report.battle_id, report.reportType)}
reportType={report.reportType}
>
<span>Battle Report: {report.battle_id}</span>
<span>Battle Report</span>
<span>{new Date(report.time).toLocaleString()}</span>
</Styled.BattleReportHeader>
<Styled.BattleReportDetails className={isExpanded ? 'expanded' : ''}>
Expand Down Expand Up @@ -454,7 +454,7 @@ const BattleReports = ({ planetId }: Props) => {
}
reportType={report.reportType}
>
<span>Debris Report: {report.collection_id}</span>
<span>Debris Report</span>
<span>{new Date(report.timestamp).toLocaleString()}</span>
</Styled.BattleReportHeader>
<Styled.BattleReportDetails
Expand Down

0 comments on commit 28ee9ba

Please sign in to comment.