Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: remove unnecessary ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Chalifour authored and antoinechalifour committed Oct 6, 2019
1 parent 3166673 commit 32f4389
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/ActionBar/ActionBar.tsx
Expand Up @@ -107,7 +107,6 @@ class ActionBar extends Component {
} else {
const fab = <Fab size={'small'}>{actionItem['icon']}</Fab>;
component.push(
// @ts-ignore
<Tooltip key={key} title={actionItem['title']}>
<>{this.renderIconsWithLink(link, fab)}</>
</Tooltip>
Expand Down
1 change: 0 additions & 1 deletion src/components/Package/styles.ts
Expand Up @@ -48,7 +48,6 @@ export const Published = styled('span')({
},
});

// @ts-ignore
export const Text = styled(Label)({
'&&': {
fontSize: '12px',
Expand Down

0 comments on commit 32f4389

Please sign in to comment.