1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 02:13:48 +09:00

code review

This commit is contained in:
Andrew Simachev 2024-03-06 18:20:11 +01:00
parent 1b20578e76
commit 4b92494e3a
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -982,10 +982,7 @@ class UtilData {
};
isLocalOnly (): boolean {
const { account } = authStore;
const { info } = account;
return info.networkId == '';
return authStore.account?.info?.networkId == '';
};
};