We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4922eb4 commit 9e117ebCopy full SHA for 9e117eb
1 file changed
frontend/src/components/pages/view-project.tsx
@@ -91,7 +91,7 @@ const EditProject = ({ project }: { project: ProjectDTO }) => {
91
buttonText="Save Changes"
92
buttonOnClick={sendSaveProjectRequest}
93
buttonLoading={updateProjectInProgress}
94
- subTitle={isAdmin ? null : "You are part of the team of this project"}
+ subTitle={isAdmin ? undefined : "You are part of the team of this project"}
95
/>
96
{updateProjectError && (
97
<div style={{ marginBottom: "1rem" }}>
0 commit comments