Update src/ui/menu-ui-handler.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
This commit is contained in:
Frederico Santos 2024-08-02 17:55:07 +01:00 committed by GitHub
parent 5b4dc8a7d0
commit 14a079c76e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,9 +64,6 @@ export default class MenuUiHandler extends MessageUiHandler {
});
}
setup() {
this.render();
}
render() {
const ui = this.getUi();