From eadd51f1eaf8c1cb142ae73a60f6203c076e2415 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 11 Jul 2024 17:40:11 +0200 Subject: [PATCH] order of priority --- libs/remix-ui/git/src/components/gitui.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-ui/git/src/components/gitui.tsx b/libs/remix-ui/git/src/components/gitui.tsx index 65058f8533..5e0692d882 100644 --- a/libs/remix-ui/git/src/components/gitui.tsx +++ b/libs/remix-ui/git/src/components/gitui.tsx @@ -166,8 +166,8 @@ export const GitUI = (props: IGitUi) => { - {setup && !needsInit ? : null} - {needsInit ? : null} + {setup ? : null} + {!setup && needsInit ? : null} {!setup && !needsInit ?