Skip to content

Commit

Permalink
fix: updated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 1, 2024
1 parent ecb3623 commit 2abafe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function Notifications() {
if (!notification || isNotificationDisabled) {
return;
}
console.log('######### performing switch over notification types: ', notification);
console.log('######### inside useEffect will perform switch over notification types: ', notification);

switch (notification.type) {
case HMSNotificationTypes.NAME_UPDATED:
Expand Down

0 comments on commit 2abafe4

Please sign in to comment.