diff --git a/components/WeaponSearchFilterBar/index.tsx b/components/WeaponSearchFilterBar/index.tsx index cfa154f6..dd7fdba1 100644 --- a/components/WeaponSearchFilterBar/index.tsx +++ b/components/WeaponSearchFilterBar/index.tsx @@ -137,7 +137,7 @@ const WeaponSearchFilterBar = (props: Props) => { const renderWeaponSeriesGroup = (index: number) => { return ( - + {weaponSeries .slice( index * Math.ceil(weaponSeries.length / 3),