ESLint fix
This commit is contained in:
parent
c082905fa4
commit
02e121ea81
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue