Skip to content

Commit 78f414f

Browse files
committed
add todo
1 parent ab93fd7 commit 78f414f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/site/components/MDX/EOL/VulnerabilityChips.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const VulnerabilityChip: FC<VulnerabilityChipProps> = ({
3333
const { label, kind } = SEVERITY_CONFIG[severity];
3434

3535
return (
36+
// TODO @bmuenzenmeyer we dont like to use classnames like this
3637
<Badge size="small" kind={kind} className="mr-0.5">
3738
{label}
3839
{count > 0 ? ` (${count})` : null}

0 commit comments

Comments
 (0)