Remove unnecessary comma from pool list controller
This commit is contained in:
parent
674979cfca
commit
2ff6d74858
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class PoolListController {
|
|||
});
|
||||
this._headerView.addEventListener(
|
||||
"submit",
|
||||
(e) => this._evtSubmit(e),
|
||||
(e) => this._evtSubmit(e)
|
||||
);
|
||||
this._headerView.addEventListener(
|
||||
"navigate",
|
||||
|
|
Loading…
Reference in a new issue