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