Skip to content

Commit

Permalink
john's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaecalderon committed Sep 13, 2024
1 parent f024bb0 commit 21c9290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/react/src/utils/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const getSlotContainerStates = (
.filter(([type]) => {
return (
resourceType === ResourceType.ALL ||
type === `TYPE_${resourceType}` ||
resourceType === 'UNSPECIFIED'
resourceType === ResourceType.UNSPECIFIED ||
type === `TYPE_${resourceType}`
);
})
.flatMap(([, val]) => {
Expand Down

0 comments on commit 21c9290

Please sign in to comment.