We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890e423 commit da5f5a1Copy full SHA for da5f5a1
src/Dialogues/Profile.tsx
@@ -130,7 +130,7 @@ export default function Profile({ authUser, toggle }) {
130
const handleEnableNotificationsClick = useCallback(async () => {
131
try {
132
await saveMessagingDeviceToken();
133
- } catch (error)
+ } catch (error) {
134
console.error("Error requesting notification permission from profile:", error);
135
}
136
setCurrentNotificationPermission(Notification.permission);
0 commit comments