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)}