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 (
- Run a command like one of the following to copy
- question data to your clipboard.
- Paste the data in the box below.Instructions (click to show/hide)
-
-
-
-
- {exampleCommands}
-
+ Run a command like one of the following to copy + question data to your clipboard. +
+
+ {exampleCommands}
+
+ Paste the data in the box above.
+