mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-25 07:48:08 +01:00
Update Alert.ts
This commit is contained in:
parent
9a0d76cc9c
commit
fc27e52bb8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const presentAlert = (() => {
|
|||
}
|
||||
};
|
||||
|
||||
if (navigationRef.isReady()) {
|
||||
if (navigationRef.current?.isReady()) {
|
||||
return ({
|
||||
title,
|
||||
message,
|
||||
|
|
Loading…
Add table
Reference in a new issue