diff --git a/components/WeaponKeySelect/index.tsx b/components/WeaponKeySelect/index.tsx index 53899b15..81609a75 100644 --- a/components/WeaponKeySelect/index.tsx +++ b/components/WeaponKeySelect/index.tsx @@ -56,7 +56,6 @@ const WeaponKeySelect = React.forwardRef( function fetchWeaponKeys() { api.endpoints.weapon_keys.getAll(filterParams).then((response) => { - const keys = response.data.map((k: any) => k.weapon_key) const keys = response.data organizeWeaponKeys(keys) }) @@ -125,9 +124,9 @@ const WeaponKeySelect = React.forwardRef( return (