From 3fda5f933d3ad0ab65b6d46e92d99583587ea4da Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 5 Nov 2024 18:02:33 +0100 Subject: [PATCH] Fix namesort in table --- _components/AnimeRow.tsx | 2 +- _components/GameRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_components/AnimeRow.tsx b/_components/AnimeRow.tsx index 64de0ec..4696c56 100644 --- a/_components/AnimeRow.tsx +++ b/_components/AnimeRow.tsx @@ -73,7 +73,7 @@ export function AnimeRow({anime, columns = animeRowColumnKindDefault, priority}: case "namesort": { return ( - + ) } diff --git a/_components/GameRow.tsx b/_components/GameRow.tsx index 9303f1f..57260b6 100644 --- a/_components/GameRow.tsx +++ b/_components/GameRow.tsx @@ -65,7 +65,7 @@ export function GameRow({game, columns = gameRowColumnKindDefault, priority}: Ga case "namesort": { return ( - + ) }