Fixes prettier

This commit is contained in:
Clément Le Bihan
2023-12-20 12:01:31 +01:00
parent 99da77f23e
commit 00d097f643
3 changed files with 21 additions and 16 deletions
+10 -11
View File
@@ -22,17 +22,16 @@ const SongCardInfo = (props: SongCardInfoProps) => {
width: isPhone ? 160 : 200,
};
const Scores = [
{
icon: 'time',
score: props.song.lastScore ?? '?',
},
{
icon: 'trophy',
score: props.song.bestScore ?? '?',
},
];
const Scores = [
{
icon: 'time',
score: props.song.lastScore ?? '?',
},
{
icon: 'trophy',
score: props.song.bestScore ?? '?',
},
];
return (
<View