From ecc37065a0607a8c2598609cf3b08883466290c3 Mon Sep 17 00:00:00 2001 From: Clearsu Date: Tue, 9 Jan 2024 15:22:11 +0900 Subject: [PATCH] =?UTF-8?q?[Refactor]=20=EB=A6=AC=EC=95=A1=ED=8A=B8=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=EC=BD=98=20=EB=8C=80=EC=8B=A0=20HTML=20?= =?UTF-8?q?=EB=AC=B8=EC=9E=90=20=EC=97=94=ED=8B=B0=ED=8B=B0=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=20#1210?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tournament/UserTournamentBracket.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/tournament/UserTournamentBracket.tsx b/components/tournament/UserTournamentBracket.tsx index b295b6375..d3ca1c027 100644 --- a/components/tournament/UserTournamentBracket.tsx +++ b/components/tournament/UserTournamentBracket.tsx @@ -1,7 +1,6 @@ import { Match } from '@g-loot/react-tournament-brackets/dist/src/types'; import { useQuery } from 'react-query'; import { useSetRecoilState } from 'recoil'; -import { IoReloadSharp } from 'react-icons/io5'; import { instance } from 'utils/axios'; import { convertTournamentGamesToBracketMatchs } from 'utils/handleTournamentGame'; import { errorState } from 'utils/recoil/error'; @@ -61,7 +60,7 @@ export default function UserTournamentBraket({ onClick={() => refetch()} className={isFetching ? styles.refetching : ''} > - + ↻ )}