|
|
|
@ -33,7 +33,7 @@ export const BranchDifferenceDetails = (props: BrancheDifferenceProps) => { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<Accordion activeKey={activePanel} defaultActiveKey=""> |
|
|
|
|
<Accordion activeKey={activePanel} className="mt-2" defaultActiveKey=""> |
|
|
|
|
<CommitsNavigation ahead={ahead} behind={behind} branch={branch} remote={remote} title={title} eventKey="0" activePanel={activePanel} callback={setActivePanel} /> |
|
|
|
|
<Accordion.Collapse className="pl-2 border-left ml-1" eventKey="0"> |
|
|
|
|
<div data-id={`branchdifference-commits-${branch.name}${ahead?'-ahead':''}${behind?'-behind':''}`} className="ml-1"> |
|
|
|
|