From 3f684ca5c1f9a1b849b9c34dfeac4d124bebce62 Mon Sep 17 00:00:00 2001 From: komnb14 Date: Sat, 11 Mar 2023 00:45:14 +0900 Subject: [PATCH] Fix Filter on the table is not visible when there are no data --- components/player-card/filterable-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/player-card/filterable-header.tsx b/components/player-card/filterable-header.tsx index 2300470e..a35ea447 100644 --- a/components/player-card/filterable-header.tsx +++ b/components/player-card/filterable-header.tsx @@ -14,7 +14,7 @@ const FilterableHeader = ({ options, title, onChange, onReset }: FilterableHeade } return ( - +