Issue/7152 #7214

Closed
billycolon wants to merge 9 commits from issue/7152 into master
Showing only changes of commit 02e121ea81 - Show all commits

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>