Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusZdroba committed Dec 6, 2024
1 parent 4e6e159 commit 1ccb94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ declare const acquireVsCodeApi: any;
function nextDiff() {
if (!suggestion || !suggestion.diffs || diffSelectedIndex >= suggestion.diffs.length - 1) return;
++diffSelectedIndex;
applyFixButton.disabled = diffSelectedIndex == lastAppliedFix
applyFixButton.disabled = diffSelectedIndex == lastAppliedFix;
showCurrentDiff();
}

Expand Down

0 comments on commit 1ccb94a

Please sign in to comment.