Skip to content

Commit 6eee3b1

Browse files
author
aksonov
committed
fix eslint
1 parent 4c475a7 commit 6eee3b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/navigationStore.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,9 @@ class NavigationStore {
678678
reset = (routeName, data) => {
679679
const params = filterParam(data);
680680
this.dispatch(NavigationActions.reset({ key: null, index: 0, actions: [NavigationActions.navigate({
681-
routeName,
682-
params,
683-
})] }));
681+
routeName,
682+
params,
683+
})] }));
684684
};
685685
}
686686

0 commit comments

Comments
 (0)