From 02e121ea81a36363ff492856b30c16f7d82ec02f Mon Sep 17 00:00:00 2001 From: bluerabbit001 Date: Tue, 5 Oct 2021 09:55:14 -0700 Subject: [PATCH] ESLint fix --- ui/component/claimMenuList/view.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx index 8b75127e7..5e96832f7 100644 --- a/ui/component/claimMenuList/view.jsx +++ b/ui/component/claimMenuList/view.jsx @@ -263,10 +263,6 @@ function ClaimMenuList(props: Props) { push(`/$/${PAGES.REPORT_CONTENT}?claimId=${contentClaim && contentClaim.claim_id}`); } - function handleDownload() { - console.log('handleDownload', fileInfo, props); - } - const shouldShow = !IS_WEB || (IS_WEB && isAuthenticated); return (