Skip to content

Commit

Permalink
Issue #PS-2407 fix: When an admin reassigns a TL to a different block…
Browse files Browse the repository at this point in the history
…, the TL should receive a notification informing them about the change.
  • Loading branch information
shreyas1434shinde committed Nov 9, 2024
1 parent b3111ff commit e153ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const useNotification = () => {
// console.error("User ID is not found in local storage.");
// return;
// }
console.log("shreyas dvicce id", userId);
console.log("dvicce id", userId);


const userDetails = await getUserDetailsInfo(userId, false);
Expand Down

0 comments on commit e153ed5

Please sign in to comment.