From a8127db4f68eb26ff0e450fb11fb40c0902d2ba5 Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 24 Jan 2025 17:43:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/SecondaryPageLayout/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/SecondaryPageLayout/index.tsx b/src/layouts/SecondaryPageLayout/index.tsx index 59f4ccb..eb670a6 100644 --- a/src/layouts/SecondaryPageLayout/index.tsx +++ b/src/layouts/SecondaryPageLayout/index.tsx @@ -47,7 +47,7 @@ export default function SecondaryPageLayout({ controls={controls} hideBackButton={hideBackButton} /> -
{children}
+ {children} {displayScrollToTopButton && } @@ -63,7 +63,7 @@ export default function SecondaryPageLayout({ ref={scrollAreaRef} > -
{children}
+ {children} {displayScrollToTopButton && }