diff --git a/frontend/src/component/Layout/Layout.tsx b/frontend/src/component/Layout/Layout.tsx index 5216adf9..a23f2d2f 100644 --- a/frontend/src/component/Layout/Layout.tsx +++ b/frontend/src/component/Layout/Layout.tsx @@ -9,7 +9,7 @@ interface ILayoutProps { isHeaderTransparent?: boolean; footerActive?: boolean; headerButton?: ReactElement; - footerOnClick?: () => void; + handleFooterClick?: () => void; } export const Layout = (props: ILayoutProps) => ( @@ -25,6 +25,10 @@ export const Layout = (props: ILayoutProps) => (
{props.children}
{/* Footer */} -