Skip to content

Commit

Permalink
Update UserGamesCtrl.ts
Browse files Browse the repository at this point in the history
I believe that would fix issue 2331 (filter on imported games does not work) but my dev env is not setup so I cannot test it.
  • Loading branch information
ynorsa authored Nov 10, 2023
1 parent 663e69f commit 09c5ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/user/games/UserGamesCtrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const filters: StringMap = {
draw: 'nbDraws',
bookmark: 'nbBookmarks',
me: 'nbGamesWithYou',
import: 'nbImportedGames',
imported: 'nbImportedGames',
playing: 'nbPlaying'
}

Expand Down

0 comments on commit 09c5ff6

Please sign in to comment.