From e82b0f5d2dbd3aa2cecdf7bbbb004d26cb18dca2 Mon Sep 17 00:00:00 2001 From: Carlos Fontes Date: Tue, 28 Jan 2025 15:17:47 +0000 Subject: [PATCH] hotfix --- .../VaultScopeSection/InScopeSection/InScopeSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/pages/Honeypots/VaultDetailsPage/Sections/VaultScopeSection/InScopeSection/InScopeSection.tsx b/packages/web/src/pages/Honeypots/VaultDetailsPage/Sections/VaultScopeSection/InScopeSection/InScopeSection.tsx index bf1c324f6..a112b93b1 100644 --- a/packages/web/src/pages/Honeypots/VaultDetailsPage/Sections/VaultScopeSection/InScopeSection/InScopeSection.tsx +++ b/packages/web/src/pages/Honeypots/VaultDetailsPage/Sections/VaultScopeSection/InScopeSection/InScopeSection.tsx @@ -78,7 +78,7 @@ export const InScopeSection = ({ vault }: InScopeSectionProps) => { { isMain: false, url: forkedRepoUrl, - commitHash: vault.description.scope?.reposInformation.find((repo) => repo.isMain)?.commitHash, + // commitHash: vault.description.scope?.reposInformation.find((repo) => repo.isMain)?.commitHash, }, ...(vault.description.scope?.reposInformation ?? []), ];