diff --git a/src/app/profile/[address]/page.tsx b/src/app/profile/[address]/page.tsx index cc09eeea..d1acbe49 100644 --- a/src/app/profile/[address]/page.tsx +++ b/src/app/profile/[address]/page.tsx @@ -944,7 +944,7 @@ function StoryRow({ {/* Status + Created + Deadline */}
- {!storyline.sunset && storyline.last_plot_time && ( + {!storyline.sunset && storyline.has_deadline && storyline.last_plot_time && ( <> ยท diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index e83eb57b..4feffef9 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -354,7 +354,7 @@ function StoryHeader({
{storyline.plot_count}
Complete
- ) : storyline.last_plot_time ? ( + ) : storyline.has_deadline && storyline.last_plot_time ? ( <>