diff --git a/js/components/header/index.js b/js/components/header/index.js index 484316a02..11ba81ab1 100644 --- a/js/components/header/index.js +++ b/js/components/header/index.js @@ -68,6 +68,7 @@ import { AddProjectDetail } from '../projects/addProjectDetail'; import { ServicesStatusWrapper } from '../services'; import { COMPANIES, get_logo } from '../funders/constants'; import { setEditTargetDialogOpen } from '../target/redux/actions'; +import { Upload } from '@mui/icons-material'; const useStyles = makeStyles(theme => ({ padding: { @@ -272,8 +273,8 @@ export default memo( targetName !== undefined ? ( <> {currentProject.authorID === null || - currentProject.projectID === null || - currentProject.authorID === userId ? ( + currentProject.projectID === null || + currentProject.authorID === userId ? (