diff --git a/src/routers/TabRouter.js b/src/routers/TabRouter.js index aa4b2ed9..2aa52eed 100644 --- a/src/routers/TabRouter.js +++ b/src/routers/TabRouter.js @@ -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; }