oops
This commit is contained in:
parent
3e7cea2063
commit
79cda5d86e
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ const RoomBody: React.FC = () => {
|
|||
const copyRoomURLHandler = () => {
|
||||
navigator.clipboard
|
||||
.writeText(window.location.href)
|
||||
.then(async () => {
|
||||
.then(() => {
|
||||
console.log(`Copied Room Link to Clipboard!`);
|
||||
setCopied(true);
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue