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,