Fix typo which broke feature_mjolnir
Regressed in b2d9dd7214
Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
parent
59a86bc0e7
commit
cf2a4ddde7
|
@ -56,7 +56,7 @@ class LifecycleStore extends Store<ActionPayload> {
|
||||||
deferredAction: null,
|
deferredAction: null,
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'syncstate': {
|
case 'sync_state': {
|
||||||
if (payload.state !== 'PREPARED') {
|
if (payload.state !== 'PREPARED') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue