From d1f93cea2efbbc045fbe9c5df4d94dea57c4a9b1 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 10 Sep 2024 14:03:45 +0700 Subject: updaet bug no footer --- src/core/components/layouts/AppLayout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/components/layouts/AppLayout.jsx') diff --git a/src/core/components/layouts/AppLayout.jsx b/src/core/components/layouts/AppLayout.jsx index ebbc1ad5..c72c1be5 100644 --- a/src/core/components/layouts/AppLayout.jsx +++ b/src/core/components/layouts/AppLayout.jsx @@ -15,7 +15,7 @@ const AppLayout = ({ children, title, withFooter = true }) => { {children} - {withFooter && } + ); }; -- cgit v1.2.3