diff --git a/src/components/ActionBar/ActionBar.tsx b/src/components/ActionBar/ActionBar.tsx index bee45ec..fb6f2d9 100644 --- a/src/components/ActionBar/ActionBar.tsx +++ b/src/components/ActionBar/ActionBar.tsx @@ -107,7 +107,6 @@ class ActionBar extends Component { } else { const fab = {actionItem['icon']}; component.push( - // @ts-ignore <>{this.renderIconsWithLink(link, fab)} diff --git a/src/components/Package/styles.ts b/src/components/Package/styles.ts index 09acf2f..5ae899b 100644 --- a/src/components/Package/styles.ts +++ b/src/components/Package/styles.ts @@ -48,7 +48,6 @@ export const Published = styled('span')({ }, }); -// @ts-ignore export const Text = styled(Label)({ '&&': { fontSize: '12px',