diff --git a/app/routes/u.$identifier/seasons.tsx b/app/routes/u.$identifier/seasons.tsx index 35472f3ed..96488540d 100644 --- a/app/routes/u.$identifier/seasons.tsx +++ b/app/routes/u.$identifier/seasons.tsx @@ -275,6 +275,11 @@ function Weapons({ return (
+ {weapons.length === 0 ? ( +
+ No reported weapons yet +
+ ) : null} {slicedWeapons.map(({ count, weaponSplId }) => (