diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx index 710fa1b6..7851731f 100644 --- a/components/GridRep/index.tsx +++ b/components/GridRep/index.tsx @@ -39,11 +39,13 @@ const GridRep = (props: Props) => { } function generateMainhandImage() { - return + return (mainhand) ? + : '' } function generateGridImage(position: number) { - return + return (weapons[position]) ? + : '' } return (