mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-18 04:02:18 +03:00
fix: prettify
This commit is contained in:
parent
9983459703
commit
21f31babda
|
@ -38,7 +38,10 @@ class SubTabs extends Component<Props> {
|
||||||
}
|
}
|
||||||
|
|
||||||
filteredData = () => {
|
filteredData = () => {
|
||||||
const [data, _error] = filter(this.props.nextState as object, this.props.stateFilter);
|
const [data, _error] = filter(
|
||||||
|
this.props.nextState as object,
|
||||||
|
this.props.stateFilter
|
||||||
|
);
|
||||||
return data;
|
return data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user