yarn lint --fix
(#783)
This commit is contained in:
parent
6d2f89fc32
commit
22b050b9e7
1 changed files with 3 additions and 3 deletions
|
@ -996,9 +996,9 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
|||
onClick={() => {
|
||||
navigator.clipboard.writeText(
|
||||
(`${process.env.NEXT_PUBLIC_APP_URL}/` ?? "https://cal.com/") +
|
||||
(team ? "team/" + team.slug : eventType.users[0].username) +
|
||||
"/" +
|
||||
eventType.slug
|
||||
(team ? "team/" + team.slug : eventType.users[0].username) +
|
||||
"/" +
|
||||
eventType.slug
|
||||
);
|
||||
showToast("Link copied!", "success");
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue