Skip to content

Commit

Permalink
fix: number of active schedulers misspell (#398)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Sep 25, 2024
1 parent b8e77ff commit e868d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/clusters/show.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@ export default function ShowCluster() {
{numberOfActiveSchedulers}
</Typography>
)}
<div>number of active schdulers</div>
<div>number of active schedulers</div>
</Box>
</Box>
</Box>
Expand Down

0 comments on commit e868d5c

Please sign in to comment.