diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index 0dda8542..7d2b60b0 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -33,12 +33,12 @@ const GridRep = (props: Props) => { function generateMainhandImage() { return (mainhand) ? - {mainhand?.name.en} : '' + {mainhand?.name.en} : '' } function generateGridImage(position: number) { return (weapons[position]) ? - {weapons[position]?.name.en} : '' + {weapons[position]?.name.en} : '' } return (