diff --git a/src/components/tabs.module.css b/src/components/tabs.module.css index 7c97ab8..0621789 100644 --- a/src/components/tabs.module.css +++ b/src/components/tabs.module.css @@ -58,6 +58,10 @@ color: var(--text-1); } } + + &:empty { + display: none; + } } .tab {