From eeb50fe54a2602a4d70f94367bd3009f75292157 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Thu, 4 Aug 2022 13:39:39 -0700 Subject: [PATCH] eslint --- web/pages/challenges/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/challenges/index.tsx b/web/pages/challenges/index.tsx index c55c9335..3fe18082 100644 --- a/web/pages/challenges/index.tsx +++ b/web/pages/challenges/index.tsx @@ -27,7 +27,6 @@ import { Button } from 'web/components/button' import { ClipboardCopyIcon, QrcodeIcon } from '@heroicons/react/outline' import { copyToClipboard } from 'web/lib/util/copy' import toast from 'react-hot-toast' -import { contractDetailsButtonClassName } from 'web/components/contract/contract-info-dialog' dayjs.extend(customParseFormat) const columnClass = 'sm:px-5 px-2 py-3.5 max-w-[100px] truncate'