Skip to content

Commit 39630a2

Browse files
committed
fix(Storage): display usage without gte sign
1 parent 69b7ed2 commit 39630a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/StorageGroups/StorageGroups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function StorageGroups({data, tableSettings, visibleEntities, nodes}: StorageGro
133133
theme={getUsageSeverity(usage)}
134134
className={b('usage-label', {overload: usage >= 90})}
135135
>
136-
{usage}%
136+
{usage}%
137137
</Label>
138138
) : '-';
139139
},

0 commit comments

Comments
 (0)