We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9ccaf commit d737aeaCopy full SHA for d737aea
1 file changed
components/views/git-view.tsx
@@ -1016,7 +1016,7 @@ export function GitView() {
1016
)}
1017
{/* Inline action buttons — visible on hover */}
1018
<div className="hidden group-hover:flex items-center gap-0.5 shrink-0">
1019
- {isLocalMode && entry.source === 'git' && (
+ {!staged && isLocalMode && entry.source === 'git' && (
1020
<button
1021
onClick={(e) => {
1022
e.stopPropagation()
0 commit comments