Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Jan 23, 2022
1 parent a335736 commit aecd247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/visualizer/src/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export default class Runner {
case 71: // "g" - Toogle grid view
this.conf.showGrid = !this.conf.showGrid;
break;
case 71: // "k"
case 75: // "k"
this.conf.showAnomalies = !this.conf.showAnomalies;
break;
// case 72: // "h" - Toggle short log header
Expand Down

0 comments on commit aecd247

Please sign in to comment.