fix: Semi-column linter guideline issue
This commit is contained in:
parent
d4a8ffa679
commit
9c8e5caace
@ -270,7 +270,7 @@ class RecipeWaiter {
|
||||
* @param {event} e
|
||||
*/
|
||||
removeClick(e) {
|
||||
e.target.parentNode.parentNode.remove(e)
|
||||
e.target.parentNode.parentNode.remove(e);
|
||||
this.opRemove(e);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user