diff --git a/native/selectors/account-selectors.js b/native/selectors/account-selectors.js --- a/native/selectors/account-selectors.js +++ b/native/selectors/account-selectors.js @@ -56,6 +56,7 @@ ) => connectivity.connected && currentAsOf === 0 && + values(userPolicies).length > 0 && values(userPolicies).every(policy => policy.isAcknowledged), );