fix: remove unnecessary ts ignore

This commit is contained in:
Antoine Chalifour 2019-10-03 13:03:40 +02:00 committed by antoinechalifour
parent 3166673875
commit 32f4389b73
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -48,7 +48,6 @@ export const Published = styled('span')({
},
});
// @ts-ignore
export const Text = styled(Label)({
'&&': {
fontSize: '12px',