diff --git a/src/components/client/faq/VerticalTabs.tsx b/src/components/client/faq/VerticalTabs.tsx index b61bfbde4..ed1a13508 100644 --- a/src/components/client/faq/VerticalTabs.tsx +++ b/src/components/client/faq/VerticalTabs.tsx @@ -20,14 +20,13 @@ const VerticalTabs = ({ faqCategories }: Props) => { query: { section: newValue }, }) } - + const rightLineStyle = + faqCategories.length > 0 + ? { borderRight: 1, borderColor: 'divider', mb: 4, width: '100%' } + : { borderColor: 'divider', mb: 4, width: '100%' } return ( - + {faqCategories.map((category) => { return })}