Format code with prettier

This commit is contained in:
2023-12-04 13:27:41 +01:00
parent 3becdcff46
commit 14e241db37
75 changed files with 441 additions and 442 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ const TabNavigationDesktop = (props: TabNavigationDesktopProps) => {
</Text>
)}
{history.data
?.map(x => x.song)
?.map((x) => x.song)
.filter(
(song, i, array) =>
array.map((s) => s.id).findIndex((id) => id == song.id) == i