Remove unnecessary comma from pool list controller

This commit is contained in:
Deka Jello 2024-04-19 08:20:48 -05:00
parent 674979cfca
commit 2ff6d74858

View file

@ -43,7 +43,7 @@ class PoolListController {
});
this._headerView.addEventListener(
"submit",
(e) => this._evtSubmit(e),
(e) => this._evtSubmit(e)
);
this._headerView.addEventListener(
"navigate",