Browse Source

Removes debug row count

main
Eric Amodio 1 year ago
parent
commit
1aeb9f8cba
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 0
- 10
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -1196,16 +1196,6 @@ export function GraphWrapper({
{renderFetchAction()}
</>
)}
{!state.debugging && (
<span className="titlebar__debugging">
{isLoading && <span className="icon--loading icon-modifier--spin" />}
{rows.length > 0 && (
<span>
showing {rows.length} item{rows.length ? 's' : ''}
</span>
)}
</span>
)}
{renderAccountState()}
<a
href="https://github.com/gitkraken/vscode-gitlens/discussions/2158"

Loading…
Cancel
Save