mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 05:55:12 +00:00
remove useless semicolon
This commit is contained in:
parent
87deb87456
commit
ae12e216ab
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@
|
||||||
*/
|
*/
|
||||||
export function copyToClipboard(input: string | null) {
|
export function copyToClipboard(input: string | null) {
|
||||||
if (input) navigator.clipboard.writeText(input);
|
if (input) navigator.clipboard.writeText(input);
|
||||||
};
|
}
|
||||||
|
|
Loading…
Reference in a new issue