Skip to content

Commit 9e117eb

Browse files
committed
typefix
1 parent 4922eb4 commit 9e117eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/pages/view-project.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const EditProject = ({ project }: { project: ProjectDTO }) => {
9191
buttonText="Save Changes"
9292
buttonOnClick={sendSaveProjectRequest}
9393
buttonLoading={updateProjectInProgress}
94-
subTitle={isAdmin ? null : "You are part of the team of this project"}
94+
subTitle={isAdmin ? undefined : "You are part of the team of this project"}
9595
/>
9696
{updateProjectError && (
9797
<div style={{ marginBottom: "1rem" }}>

0 commit comments

Comments
 (0)