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 10, 2024
1 parent e153ed5 commit 500ca22
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 @@ -21,7 +21,7 @@ const useNotification = () => {

console.log("Device ID from API:", deviceId);

if (true) {
if (deviceId) {
const result = await sendCredentialService({
isQueue: false,
context: "USER",
Expand Down

0 comments on commit 500ca22

Please sign in to comment.