Skip to content

Commit ad24ba5

Browse files
Fixed condition
1 parent ed29ed1 commit ad24ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/projects/projectId/settings/ProjectMetaData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function ProjectMetaData() {
8585
<div className="text-gray-900 text-lg leading-6 font-medium">Danger zone</div>
8686
<div className="text-sm leading-5 font-normal mt-2 text-gray-500 inline-block">This action can not be reversed.
8787
Are you sure you want to delete this project?</div>
88-
{!project.is_integration_project && <div className="text-sm text-red-500 italic">
88+
{project.is_integration_project && <div className="text-sm text-red-500 italic">
8989
This is an integration project, please do not delete it unless the integration is deleted
9090
</div>}
9191
<div className="form-control">

0 commit comments

Comments
 (0)