Skip to content

Commit

Permalink
feat: [pipe-23933]: fix exist header-comments
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Lee <[email protected]>
  • Loading branch information
cjlee1 committed Jan 10, 2025
1 parent c931074 commit e59a7dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export const PullRequestComparePage: FC<PullRequestComparePageProps> = ({
)}
{isBranchSelected ? (
<Layout.Vertical className="mt-10">
<Tabs variant="tabnav" value={prBranchCombinationExists?.number ? 'commits' : 'overview'}>
<Tabs variant="tabnav" value={prBranchCombinationExists ? 'commits' : 'overview'}>
<TabsList className="relative left-1/2 w-[calc(100%+160px)] -translate-x-1/2 px-20">
{!prBranchCombinationExists && (
<TabTriggerItem
Expand Down

0 comments on commit e59a7dc

Please sign in to comment.