Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiasAurel committed Jan 4, 2024
1 parent 302f496 commit 1b7b568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/gallery/gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default function Gallery({ games, tags }: { games: GameMetadata[], tags:
}
return true;
});
// .filter(game => filter.tag.length === 0 ? game : game.tags.includes(filter.tag)) // filter by tags
setGamesState(sortGames(_games, filter.sort).map(game => ({ ...game, show: true })) as GalleryGameMetadata[]);

}, [filter]);
Expand Down

0 comments on commit 1b7b568

Please sign in to comment.