From f1207e87ec6f70a8ed4c403408eead4559bc6dc2 Mon Sep 17 00:00:00 2001 From: Pico2x Date: Wed, 5 Oct 2022 15:18:53 +0100 Subject: [PATCH] Update share-modal.tsx --- web/components/contract/share-modal.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/components/contract/share-modal.tsx b/web/components/contract/share-modal.tsx index df19b955..dc4d05c1 100644 --- a/web/components/contract/share-modal.tsx +++ b/web/components/contract/share-modal.tsx @@ -1,5 +1,3 @@ -import { LinkIcon } from '@heroicons/react/outline' - import { Contract } from 'common/contract' import { contractPath } from 'web/lib/firebase/contracts' import { Col } from '../layout/col' @@ -32,7 +30,6 @@ export function ShareModal(props: { const [openCreateChallengeModal, setOpenCreateChallengeModal] = useState(false) - const linkIcon =