mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Fix typo in plugin loader (#396)
This commit is contained in:
parent
c88c93a622
commit
4aa1c2d03d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue