Skip to content

Commit

Permalink
#511 for v10 branch - tidy report view.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Aug 8, 2023
1 parent 856c609 commit 9763f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/////////

function showChange(change) {
return vm.showAll || (change !== 'NoChange' && change !== 'Removed' && change !== 'Hidden');
return vm.showAll && change !== 'Hidden' || (change !== 'NoChange' && change !== 'Removed' && change !== 'Hidden');
}

function hasFailedDetail(details) {
Expand Down

0 comments on commit 9763f50

Please sign in to comment.