Merge pull request #2 from react-community/knowbody-patch-1

fix Page not found blog bug
This commit is contained in:
Eric Vicenti
2017-01-26 13:50:09 -08:00
parent cce3d7dd6e
commit b7773ab6e0

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