From af09e89af1a3fe9e91362312460e8e347c15aca8 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 26 Dec 2022 05:17:24 -0800 Subject: [PATCH] =?UTF-8?q?Rename=20cosmos=20=E2=86=92=20cosmic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/WeaponResult/index.tsx | 27 --------------------------- types/WeaponSeries.d.ts | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/components/WeaponResult/index.tsx b/components/WeaponResult/index.tsx index 3ea17f6c..28fc780b 100644 --- a/components/WeaponResult/index.tsx +++ b/components/WeaponResult/index.tsx @@ -25,33 +25,6 @@ const Proficiency = [ 'gun', 'katana', ] -const Series = [ - 'seraphic', - 'grand', - 'opus', - 'draconic', - 'revenant', - 'primal', - 'beast', - 'regalia', - 'omega', - 'olden_primal', - 'hollowsky', - 'xeno', - 'astral', - 'rose', - 'ultima', - 'bahamut', - 'epic', - 'ennead', - 'cosmos', - 'ancestral', - 'superlative', - 'vintage', - 'class_champion', - 'sephira', - 'new_world_foundation', -] const WeaponResult = (props: Props) => { const router = useRouter() diff --git a/types/WeaponSeries.d.ts b/types/WeaponSeries.d.ts index a9b8581e..d5fba384 100644 --- a/types/WeaponSeries.d.ts +++ b/types/WeaponSeries.d.ts @@ -17,7 +17,7 @@ interface WeaponSeriesState { astral: CheckedState epic: CheckedState ennead: CheckedState - cosmos: CheckedState + cosmic: CheckedState ancestral: CheckedState superlative: CheckedState vintage: CheckedState