Skip to content

Commit

Permalink
Merge pull request #795 from hats-finance/chore/growth-oasis
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
fonstack authored Jan 28, 2025
2 parents 4d4a264 + e82b0f5 commit cd6680b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?? []),
];
Expand Down

0 comments on commit cd6680b

Please sign in to comment.