Front: Prettier

This commit is contained in:
Arthur Jamet
2023-12-14 17:25:41 +01:00
committed by Clément Le Bihan
parent 4577997b1c
commit fb0e43af88
9 changed files with 55 additions and 39 deletions
+4 -1
View File
@@ -55,7 +55,10 @@ const SongHistory = (props: { quantity: number }) => {
return (
<View>
{musics.length === 0 ? (
<Translate style={{ paddingHorizontal: 16 }} translationKey='menuNoSongsPlayedYet'/>
<Translate
style={{ paddingHorizontal: 16 }}
translationKey="menuNoSongsPlayedYet"
/>
) : (
musics.map((song) => (
<View