Skip to content

Commit

Permalink
Merge pull request #10 from alexjlockwood/patch-1
Browse files Browse the repository at this point in the history
Disable 'jump to next error' button when no errors
  • Loading branch information
destefanis authored May 5, 2020
2 parents 7c4290d + 4d0ba59 commit e6ea09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/NodeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ function NodeList(props) {
</button>
<button
className="button button--primary button--flex"
disabled={filteredErrorArray.length === 0}
onClick={event => {
event.stopPropagation();
handleOpenFirstError();
Expand Down

0 comments on commit e6ea09d

Please sign in to comment.