Skip to content

Commit

Permalink
Basic eslint stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Twingamerdudes committed Aug 18, 2023
1 parent 53f3cea commit 23f467c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extensions/Twingamerdudes/modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,11 @@
}

whenButtonPressed(args){
if(buttonPressed == args.BUTTON)
{
if (buttonPressed == args.BUTTON) {
buttonPressed = "";
return true;
}
return false
return false;
}
addTextToModal(args){
if (isModalOpen){
Expand Down

0 comments on commit 23f467c

Please sign in to comment.