diff --git a/bemani/frontend/static/controllers/bishi/settings.react.js b/bemani/frontend/static/controllers/bishi/settings.react.js index a61d54e..681143b 100644 --- a/bemani/frontend/static/controllers/bishi/settings.react.js +++ b/bemani/frontend/static/controllers/bishi/settings.react.js @@ -61,14 +61,14 @@ var settings_view = createReactClass({ return ( { !this.state.editing_name ? - + <> {player.name} - : + :
+ <> { paginate ?
{songids.map(function(songid) { @@ -343,7 +343,7 @@ var network_records = createReactClass({
- + ); }, @@ -417,7 +417,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -434,7 +434,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, @@ -469,7 +469,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -486,7 +486,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, diff --git a/bemani/frontend/static/controllers/ddr/rivals.react.js b/bemani/frontend/static/controllers/ddr/rivals.react.js index 85ff8d8..940b82a 100644 --- a/bemani/frontend/static/controllers/ddr/rivals.react.js +++ b/bemani/frontend/static/controllers/ddr/rivals.react.js @@ -145,7 +145,7 @@ var rivals_view = createReactClass({ } return ( - + <> {avail ? : null } - + ); }, diff --git a/bemani/frontend/static/controllers/ddr/settings.react.js b/bemani/frontend/static/controllers/ddr/settings.react.js index f1613d3..2d0e3e5 100644 --- a/bemani/frontend/static/controllers/ddr/settings.react.js +++ b/bemani/frontend/static/controllers/ddr/settings.react.js @@ -167,14 +167,14 @@ var settings_view = createReactClass({ return ( { !this.state.editing_name ? - + <> {player.name} - : + : { !this.state.editing_weight ? - + <> { player.workout_mode ? {player.weight / 10} kg : workout mode disabled @@ -226,7 +226,7 @@ var settings_view = createReactClass({ this.setState({editing_weight: true}); }.bind(this)} /> - : + :
User Profile {this.renderName(player)} + <> Fast/Slow Display { this.state.saving_early_late ? : null } - + }> + <> Combo Position { this.state.saving_background_combo ? : null } - + }>