diff --git a/apps/client/src/components/game/face-off.tsx b/apps/client/src/components/game/face-off.tsx index 90c04a2..b224249 100644 --- a/apps/client/src/components/game/face-off.tsx +++ b/apps/client/src/components/game/face-off.tsx @@ -49,10 +49,9 @@ const FaceOff = ({ setLoading(false); setVoteSubmitted(true); }; - return (
- {currQuestionGenerations && ( + {currQuestionGenerations ? ( <>
+ ) : ( +
+ +
)}
);