diff --git a/src/js/tribe/matchmaking.js b/src/js/tribe/matchmaking.js
index 95d05d537..0936136cd 100644
--- a/src/js/tribe/matchmaking.js
+++ b/src/js/tribe/matchmaking.js
@@ -17,9 +17,9 @@ export function setBannerIcon(html) {
}
export function resetBanner() {
- this.setText("Tribe mm status");
- this.setIcon('');
- this.hide();
+ setBannerText("Tribe mm status");
+ setBannerIcon('');
+ hideBanner();
}
export function disableLobbyButtons() {