ESLint fix

This commit is contained in:
bluerabbit001 2021-10-05 09:55:14 -07:00
parent c082905fa4
commit 02e121ea81

View file

@ -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 (
<Menu>