Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into Design-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 20, 2024
2 parents 0060ef2 + db628e4 commit b7ba495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const MicMenuItem = ({ userId }: IMicMenuItemProps) => {
name: session.currentUser?.name,
task: t(task),
}),
userId,
);

toast(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const WebcamMenuItem = ({ userId }: IWebcamMenuItemProps) => {
name: session.currentUser?.name,
task: t(task),
}),
userId,
);

toast(
Expand Down

0 comments on commit b7ba495

Please sign in to comment.