mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
mobile: fix pro features locked for pro users
This commit is contained in:
@@ -128,7 +128,7 @@ const onUserStatusCheck = async (type) => {
|
||||
userstore.setPremium(get());
|
||||
}
|
||||
|
||||
let status = false;
|
||||
let status = get();
|
||||
let message = null;
|
||||
if (!status) {
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user