From ecb6b4457e4605c05f6e080ecdaf99ba0f63cb8a Mon Sep 17 00:00:00 2001 From: f0c1s Date: Thu, 7 Apr 2022 21:48:14 +0530 Subject: [PATCH] feat - remove horizontal rule from git branch list (#12614) --- app/client/src/pages/Editor/gitSync/components/BranchList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/src/pages/Editor/gitSync/components/BranchList.tsx b/app/client/src/pages/Editor/gitSync/components/BranchList.tsx index f655d108f6..e61a3ea47f 100644 --- a/app/client/src/pages/Editor/gitSync/components/BranchList.tsx +++ b/app/client/src/pages/Editor/gitSync/components/BranchList.tsx @@ -506,13 +506,13 @@ export default function BranchList(props: { shouldScrollIntoView={activeHoverIndex === 0} /> )} - + {filteredBranches.map((branch: string, index: number) => ( <> {getIsStartingWithRemoteBranches( filteredBranches[index - 1], branch, - ) && } + ) && }