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) ?
-
: ''
+
: ''
}
function generateGridImage(position: number) {
return (weapons[position]) ?
-
: ''
+
: ''
}
return (