Skip to content

Commit

Permalink
fix: Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
obiedobo committed Aug 18, 2022
1 parent 0d6ac6f commit 8df8d9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/widgets/Navbar/Accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ const Accordion: React.FC<Props> = ({
{icon}
<LabelSection>
<LinkLabel isPushed={isPushed}>{label}</LinkLabel>
{(label === "Raise" || label === "Explore") && found?.label === label && found?.settings[0]?.tag === "LIVE" && <GlowCircle />}
{(label === "Raise" || label === "Explore") &&
found?.label === label &&
found?.settings[0]?.tag === "LIVE" && <GlowCircle />}
</LabelSection>

{isOpen ? <ArrowDropUpSmallIcon /> : <ArrowDropDownSmallIcon />}
Expand Down

0 comments on commit 8df8d9c

Please sign in to comment.