diff --git a/dev/flipbook.tsx b/dev/flipbook.tsx index f8f0a8e583..388d7646c2 100644 --- a/dev/flipbook.tsx +++ b/dev/flipbook.tsx @@ -41,26 +41,10 @@ export function Flipbook() { const question = selectCurrentQuestion(state); + const noTextEntered = state.questions.trim() === ""; + return ( -
- Instructions (click to show/hide) -
    -
  1. -

    - Run a command like one of the following to copy - question data to your clipboard. -

    - -
    {exampleCommands}
    -
    -
  2. -
  3. -

    Paste the data in the box below.

    -
  4. -
-
-