From 955b9cf71e2df845ab61e42eddf2823d3989e01e Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 5 Sep 2024 12:28:39 +0200 Subject: [PATCH] rm comment --- .../git/src/components/panels/branches/remotebranchedetails.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx b/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx index 7e6ede379b..fcff0754a3 100644 --- a/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx +++ b/libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx @@ -60,7 +60,6 @@ export const RemoteBranchDetails = (props: BrancheDetailsProps) => { }) await actions.checkout({ ref: branch.name, - //remote: branch.remote && branch.remote.name || null, refresh: true }); await actions.getBranches()