From 77c5c6b5d52f7f8e47fd9618c146d76f491ff936 Mon Sep 17 00:00:00 2001 From: Manish chaudhary <125847751+techmannih@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:04:11 +0530 Subject: [PATCH] fix: resolve issue with chapterItem opening animation not triggering (#110) * fix: resolve issue with chapterItem opening animation not triggering * keep animate opacity --------- Co-authored-by: JeelRajodiya --- app/components/ChapterItem/ChapterItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ChapterItem/ChapterItem.tsx b/app/components/ChapterItem/ChapterItem.tsx index 0acbf5b..0f58a67 100644 --- a/app/components/ChapterItem/ChapterItem.tsx +++ b/app/components/ChapterItem/ChapterItem.tsx @@ -93,7 +93,7 @@ export default function ChapterItem({
{title}
- + {
    {steps.map((step, stepIndex) => (