Skip to content

Commit

Permalink
fix: hotfix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Sep 14, 2023
1 parent dfd4685 commit 80a7f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/100ms-custom-app/src/components/InviteLinksModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const InviteLinksModal = ({ onClose, roomLinks }) => {
setTimeout(() => setLinkCopied(false), 2000);
}
} catch (e) {
console.log(err);
console.log(e);
}
}}
>
Expand Down

0 comments on commit 80a7f86

Please sign in to comment.