diff --git a/src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/assets/[assetSlug]/refs/[assetVersionSlug]/dependency-risks/[vulnId]/page.tsx b/src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/assets/[assetSlug]/refs/[assetVersionSlug]/dependency-risks/[vulnId]/page.tsx
index f50d4a3bd..9e83913c6 100644
--- a/src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/assets/[assetSlug]/refs/[assetVersionSlug]/dependency-risks/[vulnId]/page.tsx
+++ b/src/app/(loading-group)/[organizationSlug]/projects/[projectSlug]/assets/[assetSlug]/refs/[assetVersionSlug]/dependency-risks/[vulnId]/page.tsx
@@ -972,72 +972,73 @@ const Index: FunctionComponent = () => {
{vuln.ticketId === null &&
- integrationName === undefined ? (
-
-
-
-
+ settings
+
+
+
+ ) : (
+
+ setMitigateDialogOpen(true)
+ }
+ >
+ {integrationName === "gitlab" && (
+
+ )}
+ {integrationName === "github" && (
+
+ )}
+ {integrationName === "jira" && (
+
+ )}
+
+ Create Ticket{" "}
-
-
- No repository is linked. To create a
- ticket, please integrate your issue
- tracker in the {` `}
-
- settings
-
-
-
- ) : (
-
- setMitigateDialogOpen(true)
- }
- >
- {integrationName === "gitlab" && (
-
- )}
- {integrationName === "github" && (
-
- )}
- {integrationName === "jira" && (
-
- )}
-
- Create Ticket{" "}
-
-
- )}
+
+ ))}
+