diff --git a/src/components/routes/Stats/Player/Weapons.tsx b/src/components/routes/Stats/Player/Weapons.tsx index 1d1ba84..2e35d2f 100644 --- a/src/components/routes/Stats/Player/Weapons.tsx +++ b/src/components/routes/Stats/Player/Weapons.tsx @@ -92,10 +92,12 @@ export function ViewWeapons(props: Views): React.ReactElement {

{key?.weaponName}

- -

{key?.type}

- {t("stats.rows.type")} -
+ {key?.type && ( + +

{key?.type}

+ {t("stats.rows.type")} +
+ )}

{numberFormat.format(key?.kills)}

{t("stats.rows.kills")}