Skip to content

Commit 65bd599

Browse files
committed
fix: revert reverts rude
1 parent e5321eb commit 65bd599

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/features/station/StationPopup.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ function StationContent({ start_time, end_time, battle_end, id }) {
365365
<Stack alignItems="center" justifyContent="center">
366366
<Typography variant="subtitle2">{t('inactive')}</Typography>
367367
<Typography variant="caption">
368-
{t('last_active')}: {dateFormatter.format(new Date((end_time ?? 0) * 1000))}
368+
{t('last_active')}:{' '}
369+
{dateFormatter.format(new Date((end_time ?? 0) * 1000))}
369370
</Typography>
370371
</Stack>
371372
</CardContent>

0 commit comments

Comments
 (0)