largegittest2
yann300 3 months ago
parent 19a7a78f99
commit 55c15edb52
  1. 3
      libs/remix-ui/git/src/components/gitui.tsx

@ -173,9 +173,8 @@ export const GitUI = (props: IGitUi) => {
<gitActionsContext.Provider value={gitActionsProviderValue}>
<pluginActionsContext.Provider value={pluginActionsProviderValue}>
<BranchHeader />
{setup ? <Setup></Setup> : null}
{setup && needsInit ? <Init></Init> : null}
{needsInit ? <Init></Init> : null}
{!setup && !needsInit ?
<Accordion activeKey={activePanel} defaultActiveKey="0" className="">
<SourceControlNavigation eventKey={gitUIPanels.SOURCECONTROL} activePanel={activePanel} callback={setActivePanel} />

Loading…
Cancel
Save