diff --git a/client/src/components/InstructionsPopup.tsx b/client/src/components/InstructionsPopup.tsx index b0392a0..211a42d 100644 --- a/client/src/components/InstructionsPopup.tsx +++ b/client/src/components/InstructionsPopup.tsx @@ -22,7 +22,8 @@ function InstructionsPopup({ // Add a check to ensure instructions are available if (!instructions || instructions.length === 0) { - return null; // or return a placeholder component + return null; + } const handleNext = () => {