Skip to content

Commit 82a16d1

Browse files
committed
cleanup
1 parent 0de1e66 commit 82a16d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-indexes/src/components/indexes-table/badge-with-icon-link.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ type BadgeWithIconLinkProps = {
3434
const BadgeWithIconLink: React.FunctionComponent<BadgeWithIconLinkProps> = ({
3535
text,
3636
link,
37-
children,
3837
}) => {
3938
return (
4039
<Badge
@@ -51,7 +50,6 @@ const BadgeWithIconLink: React.FunctionComponent<BadgeWithIconLinkProps> = ({
5150
>
5251
<Icon glyph="InfoWithCircle" />
5352
</Link>
54-
{children}
5553
</Badge>
5654
);
5755
};

0 commit comments

Comments
 (0)