From 065563e5ef426552e8db5a86d9b66ed2fbe19982 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Sat, 10 Jan 2026 22:52:56 +0800 Subject: [PATCH] Update index.tsx --- src/windows/GitLog/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/windows/GitLog/index.tsx b/src/windows/GitLog/index.tsx index edf8f486..220e1622 100644 --- a/src/windows/GitLog/index.tsx +++ b/src/windows/GitLog/index.tsx @@ -47,7 +47,8 @@ export default function GitHistory(): React.JSX.Element { ); } - const { entries, loading, loadingMore, error, workspaceInfo, currentBranch, lastChangeType, setLastChangeType, hasMore, loadMore, setSearchParams, triggerRefresh } = useGitLogData(workspaceID); + const { entries, loading, loadingMore, error, workspaceInfo, currentBranch, lastChangeType, setLastChangeType, hasMore, loadMore, setSearchParams, triggerRefresh } = + useGitLogData(workspaceID); const { selectedCommit, setSelectedCommit } = useCommitDetails(); const { selectedFile,