minor change

This commit is contained in:
Daniel 2023-05-28 21:10:50 +03:30
parent fcbecb5bc5
commit ba8dd7dd8f

View File

@ -105,7 +105,6 @@ export default function TeamManagement({
.writeText(publicCollectionURL)
.then(() => console.log("Copied!"));
} catch (err) {
alert(err);
console.log(err);
}
}}