Skip to content

Commit

Permalink
Fix linter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Feb 5, 2025
1 parent aba8467 commit 1056ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_ui/frontend/components/CapabilitiesDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const CapabilitiesChip = ({
...CapabilityChipStyle,
backgroundColor: isActive ? green[300] : grey[100],
color: isActive ? 'black' : grey[700],
overflow: "hidden"
overflow: 'hidden',
}}
>
<Typography variant={'body2'}>{name}</Typography>
Expand Down

0 comments on commit 1056ffd

Please sign in to comment.