From e153ed5e5a0ed395001da2c5a0bcc858fb01ed0e Mon Sep 17 00:00:00 2001 From: ttpl-rt-217 Date: Sun, 10 Nov 2024 01:06:37 +0530 Subject: [PATCH] Issue #PS-2407 fix: When an admin reassigns a TL to a different block, the TL should receive a notification informing them about the change. --- src/hooks/useNotification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useNotification.tsx b/src/hooks/useNotification.tsx index 0e3bbffa..34a6783d 100644 --- a/src/hooks/useNotification.tsx +++ b/src/hooks/useNotification.tsx @@ -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);