diff --git a/app/components/Sidebar/components/Section.ts b/app/components/Sidebar/components/Section.ts index 64f4d3933..815b044aa 100644 --- a/app/components/Sidebar/components/Section.ts +++ b/app/components/Sidebar/components/Section.ts @@ -11,6 +11,10 @@ const Section = styled(Flex)` &:first-child { margin-top: 20px; } + + &:empty { + display: none; + } `; export default Section;