Skip to content

Commit

Permalink
eslint fix #344
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmartin committed Dec 8, 2022
1 parent bb9b6a7 commit 79796da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/VFBMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ class VFBMain extends React.Component {
switch (buttonState) {
case 'termInfoVisible':
this.UIUpdateItem(buttonState, "termInfo");
break;
case 'canvasVisible':
this.UIUpdateItem(buttonState, "canvas");
break;
Expand Down

0 comments on commit 79796da

Please sign in to comment.