From c27f39a52ba9383b808e000a6f4c685d0f7da08a Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Thu, 2 Oct 2025 02:57:44 +0000 Subject: [PATCH] Get rid of useless version selection button for MGA since there's one version. --- .../static/controllers/mga/player.react.js | 13 ------------- .../static/controllers/mga/settings.react.js | 19 ------------------- 2 files changed, 32 deletions(-) diff --git a/bemani/frontend/static/controllers/mga/player.react.js b/bemani/frontend/static/controllers/mga/player.react.js index da950f0..c4d44d3 100644 --- a/bemani/frontend/static/controllers/mga/player.react.js +++ b/bemani/frontend/static/controllers/mga/player.react.js @@ -43,19 +43,6 @@ var profile_view = createReactClass({

{player.name}'s profile

- {this.state.profiles.map(function(version) { - return ( -
{player.extid} diff --git a/bemani/frontend/static/controllers/mga/settings.react.js b/bemani/frontend/static/controllers/mga/settings.react.js index c15195f..3aa15f8 100644 --- a/bemani/frontend/static/controllers/mga/settings.react.js +++ b/bemani/frontend/static/controllers/mga/settings.react.js @@ -111,25 +111,6 @@ var settings_view = createReactClass({ var player = this.state.player[this.state.version]; return (
-
- {this.state.profiles.map(function(version) { - return ( -

User Profile

{this.renderName(player)}