Fix isMssActive selector
[MAILPOET-2677]
This commit is contained in:
committed by
Veljko V
parent
cd9fd66c15
commit
ae3380ced3
@ -34,7 +34,7 @@ export function isNewUser(state: State) {
|
||||
}
|
||||
|
||||
export function isMssActive(state: State) {
|
||||
return _.get(state, 'mta.method') === 'MailPoet';
|
||||
return _.get(state, 'data.mta.method') === 'MailPoet';
|
||||
}
|
||||
|
||||
export function getSegments(state: State) {
|
||||
|
Reference in New Issue
Block a user