Fix typo in plugin loader (#396)

This commit is contained in:
Albin Ekblom 2016-07-25 20:01:18 +02:00 committed by Guillermo Rauch
parent c88c93a622
commit 4aa1c2d03d

View file

@ -98,7 +98,7 @@ const loadModules = () => {
} }
if (mod.mapTermsDispatch) { if (mod.mapTermsDispatch) {
connectors.Terms.dispatch.push(mod.mapTermsState); connectors.Terms.dispatch.push(mod.mapTermsDispatch);
} }
if (mod.mapHeaderState) { if (mod.mapHeaderState) {