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:
parent
1b20578e76
commit
4b92494e3a
1 changed files with 1 additions and 4 deletions
|
@ -982,10 +982,7 @@ class UtilData {
|
|||
};
|
||||
|
||||
isLocalOnly (): boolean {
|
||||
const { account } = authStore;
|
||||
const { info } = account;
|
||||
|
||||
return info.networkId == '';
|
||||
return authStore.account?.info?.networkId == '';
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue