fix Page not found blog bug

This commit is contained in:
Mateusz Zatorski 2017-01-26 21:46:41 +00:00 committed by GitHub
parent bc2e45f34f
commit f4ddef7343

View File

@ -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;
}