diff --git a/src/app/chain/page.tsx b/src/app/chain/page.tsx index 996ae812..ba893481 100644 --- a/src/app/chain/page.tsx +++ b/src/app/chain/page.tsx @@ -92,6 +92,7 @@ export default function ChainPlotPage() { } const busy = state !== "idle" && state !== "error"; + const noStoryline = storylineId === null; return (
@@ -142,9 +143,9 @@ export default function ChainPlotPage() {