mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
fix Page not found blog bug
This commit is contained in:
parent
bc2e45f34f
commit
f4ddef7343
@ -231,9 +231,6 @@ export default (
|
||||
};
|
||||
if (tabRouter && tabRouter.getActionForPathAndParams) {
|
||||
action.action = tabRouter.getActionForPathAndParams(parts.slice(1).join('/'), params);
|
||||
if (!action.action) {
|
||||
return null;
|
||||
}
|
||||
} else if (params) {
|
||||
action.params = params;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user