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 && }