From e866318d2a2712b9048231a5a3db453bac67b641 Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Sat, 13 Jul 2024 15:58:14 +0330 Subject: [PATCH] scroll app --- .../dashboard/inquiryPrivacyFencing/index.jsx | 20 +++++++++---------- .../dashboard/headerWithSidebar/index.jsx | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/components/dashboard/inquiryPrivacyFencing/index.jsx b/src/components/dashboard/inquiryPrivacyFencing/index.jsx index f7189f8..832cd3b 100644 --- a/src/components/dashboard/inquiryPrivacyFencing/index.jsx +++ b/src/components/dashboard/inquiryPrivacyFencing/index.jsx @@ -337,17 +337,15 @@ const InquiryPrivacyFencingPage = () => { ); return ( - - - + ); }; export default InquiryPrivacyFencingPage; diff --git a/src/components/layouts/dashboard/headerWithSidebar/index.jsx b/src/components/layouts/dashboard/headerWithSidebar/index.jsx index b430f1e..afa0456 100644 --- a/src/components/layouts/dashboard/headerWithSidebar/index.jsx +++ b/src/components/layouts/dashboard/headerWithSidebar/index.jsx @@ -105,7 +105,7 @@ const HeaderWithSidebar = ({ children }) => {
- + {children}