From 3703edcf948e6f5b6b0e5fc77654666040ebe788 Mon Sep 17 00:00:00 2001 From: samcro24 Date: Mon, 27 May 2024 14:43:53 +0300 Subject: [PATCH] formated Strange line on faq page #1818 --- src/components/client/auth/profile/MyNotificationsTab.tsx | 6 +++--- src/components/client/faq/VerticalTabs.tsx | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/client/auth/profile/MyNotificationsTab.tsx b/src/components/client/auth/profile/MyNotificationsTab.tsx index cab62f7ec..ba994e552 100644 --- a/src/components/client/auth/profile/MyNotificationsTab.tsx +++ b/src/components/client/auth/profile/MyNotificationsTab.tsx @@ -67,11 +67,11 @@ const Root = styled('div')(({ theme }) => ({ alignItems: 'center', padding: theme.spacing(0, 2), }, - [`& .${classes.statusBoxBtnStatus}`]:{ - display:'flex', + [`& .${classes.statusBoxBtnStatus}`]: { + display: 'flex', alignItems: 'center', gap: 20, - flexWrap:'wrap', + flexWrap: 'wrap', }, [`& .${classes.statusActive}`]: { color: 'green', diff --git a/src/components/client/faq/VerticalTabs.tsx b/src/components/client/faq/VerticalTabs.tsx index ed1a13508..82143a28f 100644 --- a/src/components/client/faq/VerticalTabs.tsx +++ b/src/components/client/faq/VerticalTabs.tsx @@ -26,7 +26,11 @@ const VerticalTabs = ({ faqCategories }: Props) => { : { borderColor: 'divider', mb: 4, width: '100%' } return ( - + {faqCategories.map((category) => { return })}