Skip to content

Commit

Permalink
Hide memory charts if no resource quota
Browse files Browse the repository at this point in the history
  • Loading branch information
akucharska committed Jan 9, 2025
1 parent 67f841c commit f916336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/Namespaces/ResourcesUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const ResourcesUsage = ({ namespace }) => {
pollingInterval: 3300,
},
);

if (resourceQuotas?.length < 1) return null;
return (
<>
<div className="item-wrapper tall">
Expand Down

0 comments on commit f916336

Please sign in to comment.