fix(xo-web/xoa/update): typo

This commit is contained in:
Julien Fontanet
2018-10-31 17:06:06 +01:00
parent 0ff7c2188a
commit 801b71d9ae

View File

@@ -164,7 +164,7 @@ const Updates = decorate([
isProxyConfigEdited: state =>
PROXY_ENTRIES.some(entry => state[entry] !== undefined),
isRegistered: (_, { xoaRegisterState }) =>
xoaRegisterState.state === 'register',
xoaRegisterState.state === 'registered',
isTrialAllowed: (_, { xoaTrialState }) =>
xoaTrialState.state === 'default' && exposeTrial(xoaTrialState.trial),
isTrialAvailable: (_, { xoaTrialState }) =>