From 1dbc1e0fd532a919fcce4739eb58e38f6147d0da Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Mon, 24 Feb 2025 15:57:07 +0800 Subject: [PATCH] fix: Update Repo.File.tsx to use DefaultBranch in Select component --- vite-project/src/app/repo/Repo.File.tsx | 62 +++++++++++++------------ 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/vite-project/src/app/repo/Repo.File.tsx b/vite-project/src/app/repo/Repo.File.tsx index a39657d..7b93382 100644 --- a/vite-project/src/app/repo/Repo.File.tsx +++ b/vite-project/src/app/repo/Repo.File.tsx @@ -299,35 +299,39 @@ const RepoFile = (props: RepoFileProps) => {
- + { + DefaultBranch && ( + + ) + } { (Head !== null) && (