Fix build
This commit is contained in:
parent
fe814718eb
commit
333163499f
3 changed files with 6 additions and 3 deletions
|
|
@ -30,7 +30,8 @@ type UiItemProps<I> = {
|
|||
};
|
||||
|
||||
// eslint-disable-next-line flowtype/no-weak-types
|
||||
export default class UiItem<I:Object> extends React.PureComponent<UiItemProps<I>> {
|
||||
export default class UiItem<I:Object>
|
||||
extends React.PureComponent<UiItemProps<I>> {
|
||||
constructor(props: UiItemProps<I>) {
|
||||
super(props);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue