mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 10:30:36 +01:00
Update NotificationSettings.tsx
This commit is contained in:
parent
63a98b87cb
commit
5d74649d3e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const NotificationSettings: React.FC = () => {
|
|||
setNotificationsEnabled(await Notifications.isNotificationsEnabled());
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
presentAlert({ message: error.message });
|
||||
presentAlert({ message: (error as Error).message });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue