mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-06-06 14:13:06 +03:00
fix: prettify
This commit is contained in:
parent
9983459703
commit
21f31babda
|
@ -38,7 +38,10 @@ class SubTabs extends Component<Props> {
|
|||
}
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user