mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 05:20:13 +02:00
fix prettier/lint
This commit is contained in:
@@ -411,8 +411,8 @@ export const usePlayerStore = create<PlayerSlice>()(
|
||||
currentPlayer === 1
|
||||
? queue[currentIndex]
|
||||
: nextSongIndex !== undefined
|
||||
? queue[nextSongIndex]
|
||||
: undefined;
|
||||
? queue[nextSongIndex]
|
||||
: undefined;
|
||||
|
||||
player2 =
|
||||
currentPlayer === 1
|
||||
|
||||
Reference in New Issue
Block a user