mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 14:14:26 +07:00
fix: remove unnecessary ts ignore
This commit is contained in:
parent
3166673875
commit
32f4389b73
@ -107,7 +107,6 @@ class ActionBar extends Component {
|
|||||||
} else {
|
} else {
|
||||||
const fab = <Fab size={'small'}>{actionItem['icon']}</Fab>;
|
const fab = <Fab size={'small'}>{actionItem['icon']}</Fab>;
|
||||||
component.push(
|
component.push(
|
||||||
// @ts-ignore
|
|
||||||
<Tooltip key={key} title={actionItem['title']}>
|
<Tooltip key={key} title={actionItem['title']}>
|
||||||
<>{this.renderIconsWithLink(link, fab)}</>
|
<>{this.renderIconsWithLink(link, fab)}</>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
@ -48,7 +48,6 @@ export const Published = styled('span')({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// @ts-ignore
|
|
||||||
export const Text = styled(Label)({
|
export const Text = styled(Label)({
|
||||||
'&&': {
|
'&&': {
|
||||||
fontSize: '12px',
|
fontSize: '12px',
|
||||||
|
Loading…
Reference in New Issue
Block a user