mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix lint
This commit is contained in:
parent
48988c669b
commit
317dbc825c
|
@ -79,7 +79,7 @@ export default class Tabs<P> extends Component<TabsProps<P>> {
|
|||
<TabsContainer position={this.props.position}>
|
||||
{tabsHeader}
|
||||
<div>
|
||||
<this.SelectedComponent {...(this.selector! && this.selector!())} />
|
||||
<this.SelectedComponent {...(this.selector! && this.selector())} />
|
||||
</div>
|
||||
</TabsContainer>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user