Skip to content

Commit da5f5a1

Browse files
authored
Update Profile.tsx
1 parent 890e423 commit da5f5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dialogues/Profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default function Profile({ authUser, toggle }) {
130130
const handleEnableNotificationsClick = useCallback(async () => {
131131
try {
132132
await saveMessagingDeviceToken();
133-
} catch (error)
133+
} catch (error) {
134134
console.error("Error requesting notification permission from profile:", error);
135135
}
136136
setCurrentNotificationPermission(Notification.permission);

0 commit comments

Comments
 (0)