This commit is contained in:
zeppi 2021-06-16 15:44:58 -04:00 committed by jessopb
parent 0d41ba59b3
commit 60130ec91e

View file

@ -114,8 +114,7 @@ function FileActions(props: Props) {
const rhsSection = ( const rhsSection = (
<> <>
<FileDownloadLink uri={uri} /> {!SIMPLE_SITE && <FileDownloadLink uri={uri} />}
{claimIsMine && ( {claimIsMine && (
<Button <Button
className="button--file-action" className="button--file-action"