fix: navlinks reduce gets type error with empty links.json array (#16941)

pull/17013/head
Todd Chaffee 2018-04-03 09:41:20 -03:00 committed by Stuart Taylor
parent e63b58a581
commit fed17f70b9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ function mapDispatchToProps(dispatch) {
const handler = `handle${capitalize(content)}Click`;
mdtp[handler] = createNavLinkActionCreator(content);
return mdtp;
}),
}, {}),
closeDropdown,
openDropdown
},