oops
This commit is contained in:
parent
c83f23fe88
commit
0064415adf
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