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