diff --git a/src/widgets/Navbar/Accordion.tsx b/src/widgets/Navbar/Accordion.tsx index 914766f7..e6ca0b00 100644 --- a/src/widgets/Navbar/Accordion.tsx +++ b/src/widgets/Navbar/Accordion.tsx @@ -64,7 +64,9 @@ const Accordion: React.FC = ({ {icon} {label} - {(label === "Raise" || label === "Explore") && found?.label === label && found?.settings[0]?.tag === "LIVE" && } + {(label === "Raise" || label === "Explore") && + found?.label === label && + found?.settings[0]?.tag === "LIVE" && } {isOpen ? : }