We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c85535 commit 4db1de2Copy full SHA for 4db1de2
apps/webapp/app/components/GitMetadata.tsx
@@ -8,8 +8,8 @@ export function GitMetadata({ git }: { git?: GitMetaLinks | null }) {
8
return (
9
<>
10
{git.pullRequestUrl && git.pullRequestNumber && <GitMetadataPullRequest git={git} />}
11
- {git.shortSha && <GitMetadataCommit git={git} />}
12
{git.branchUrl && <GitMetadataBranch git={git} />}
+ {git.shortSha && <GitMetadataCommit git={git} />}
13
</>
14
);
15
}
0 commit comments