Front: Prettier
This commit is contained in:
committed by
Clément Le Bihan
parent
4577997b1c
commit
fb0e43af88
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user