refactor(site): only display quota if it is higher than 0 (#11979)

This commit is contained in:
Bruno Quaresma
2024-02-01 13:49:48 -03:00
committed by GitHub
parent 79d5c238cc
commit 6c9f60a9c5
@@ -233,7 +233,7 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
</TopbarData>
)}
{quota && (
{quota && quota.budget > 0 && (
<TopbarData>
<TopbarIcon>
<Tooltip title="Daily usage">