diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 50ed5f8..9ab10f2 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -322,11 +322,11 @@ export function GraphWrapper({ {graphList.length > 0 && ( - - {graphList.length} commit{graphList.length ? 's' : ''} + + {graphList.length} item{graphList.length ? 's' : ''} )} - {isLoading && } + {isLoading && }