We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de1e66 commit 82a16d1Copy full SHA for 82a16d1
packages/compass-indexes/src/components/indexes-table/badge-with-icon-link.tsx
@@ -34,7 +34,6 @@ type BadgeWithIconLinkProps = {
34
const BadgeWithIconLink: React.FunctionComponent<BadgeWithIconLinkProps> = ({
35
text,
36
link,
37
- children,
38
}) => {
39
return (
40
<Badge
@@ -51,7 +50,6 @@ const BadgeWithIconLink: React.FunctionComponent<BadgeWithIconLinkProps> = ({
51
50
>
52
<Icon glyph="InfoWithCircle" />
53
</Link>
54
- {children}
55
</Badge>
56
);
57
};
0 commit comments