🐛 Sprig time display

This commit is contained in:
Malted 2023-09-04 22:26:30 +01:00
parent 5d447cea1d
commit 255c446343
No known key found for this signature in database

View file

@ -159,7 +159,7 @@ function Game({ game, gameImage, gameImage1, ...props }) {
mb: 1
}}
>
<RelativeTime value={game?.addedOn} titleFormat="YYYY-MM-DD" />
<RelativeTime value={game['added on']} titleFormat="YYYY-MM-DD" />
</Text>
</Box>
</Box>