+ {plots.map((plot) => (
+
+ ))}
+
+ ) : (
+ No plots yet.
+ )} +diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 855f554d..e6060da7 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -55,30 +55,41 @@ export default async function StoryPage({ params }: { params: Params }) { : null; return ( -
No plots yet.
+ )} +No plots yet.
- )}