mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fix sentry crash
This commit is contained in:
parent
98bb4e4155
commit
728ec8d2a3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ const PopupSettingsPagePhrase = observer(class PopupSettingsPagePhrase extends R
|
|||
Renderer.send('keytarGet', account.id).then((value: string) => {
|
||||
C.WalletConvert(value, '', (message: any) => {
|
||||
if (!message.error.code) {
|
||||
this.refPhrase.setValue(value);
|
||||
this.refPhrase?.setValue(value);
|
||||
this.setState({ entropy: message.entropy });
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue