diff --git a/frontend/src/app/stories/[id]/detail/page.tsx b/frontend/src/app/stories/[id]/detail/page.tsx index 1e2beed..7366785 100644 --- a/frontend/src/app/stories/[id]/detail/page.tsx +++ b/frontend/src/app/stories/[id]/detail/page.tsx @@ -27,6 +27,7 @@ export default function StoryDetailPage() { const [isSendingToAudioCove, setIsSendingToAudioCove] = useState(false); const [audioCovedSuccess, setAudioCovedSuccess] = useState(false); const [isCreatingCollection, setIsCreatingCollection] = useState(false); + const [showAllSeriesStories, setShowAllSeriesStories] = useState(false); useEffect(() => { const loadStoryData = async () => { @@ -315,7 +316,7 @@ export default function StoryDetailPage() {
+ {!showAllSeriesStories && seriesStories.length > 6 && ( +
+ )}