diff --git a/bemani/frontend/static/controllers/popn/records.react.js b/bemani/frontend/static/controllers/popn/records.react.js index 466a1b3..8b347be 100644 --- a/bemani/frontend/static/controllers/popn/records.react.js +++ b/bemani/frontend/static/controllers/popn/records.react.js @@ -177,7 +177,7 @@ var network_records = createReactClass({ } return ( - + <> { paginate ?
{songids.map(function(songid) { @@ -291,7 +291,7 @@ var network_records = createReactClass({
-
+ ); }, @@ -363,7 +363,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -380,7 +380,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, @@ -413,7 +413,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -430,7 +430,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, diff --git a/bemani/frontend/static/controllers/popn/rivals.react.js b/bemani/frontend/static/controllers/popn/rivals.react.js index df816c1..4465027 100644 --- a/bemani/frontend/static/controllers/popn/rivals.react.js +++ b/bemani/frontend/static/controllers/popn/rivals.react.js @@ -131,7 +131,7 @@ var rivals_view = createReactClass({ if (count >= window.max_active_rivals[this.state.version]) { avail = false; } return ( - + <> {avail ? : null } - + ); }, diff --git a/bemani/frontend/static/controllers/popn/settings.react.js b/bemani/frontend/static/controllers/popn/settings.react.js index e287771..9c02b94 100644 --- a/bemani/frontend/static/controllers/popn/settings.react.js +++ b/bemani/frontend/static/controllers/popn/settings.react.js @@ -54,14 +54,14 @@ var settings_view = createReactClass({ return ( { !this.state.editing_name ? - + <> {player.name} - : + :
{this.props.score.points} M {this.props.score.miss_count < 0 ? '-' : this.props.score.miss_count} - {this.props.score.combo >= 0 ? + {this.props.score.combo >= 0 ? <> Combo {this.props.score.combo} - : null} + : null}
{this.props.score.combo_type} @@ -195,7 +195,7 @@ var network_records = createReactClass({ } return ( - + <> { paginate ?
{songids.map(function(songid) { @@ -308,7 +308,7 @@ var network_records = createReactClass({
-
+ ); }, @@ -380,7 +380,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -397,7 +397,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, @@ -430,7 +430,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -447,7 +447,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, @@ -480,7 +480,7 @@ var network_records = createReactClass({ } return ( - + <>
{window.valid_charts.map(function(chartname, index) { return ( @@ -497,7 +497,7 @@ var network_records = createReactClass({ }.bind(this))}
{ this.renderBySongIDList(songids, false) } -
+ ); }, diff --git a/bemani/frontend/static/controllers/reflec/rivals.react.js b/bemani/frontend/static/controllers/reflec/rivals.react.js index dfedb4b..e960b58 100644 --- a/bemani/frontend/static/controllers/reflec/rivals.react.js +++ b/bemani/frontend/static/controllers/reflec/rivals.react.js @@ -131,7 +131,7 @@ var rivals_view = createReactClass({ if (count >= 30) { avail = false; } return ( - + <> {avail ? : null } - + ); }, diff --git a/bemani/frontend/static/controllers/reflec/scores.react.js b/bemani/frontend/static/controllers/reflec/scores.react.js index c8bda75..1b64192 100644 --- a/bemani/frontend/static/controllers/reflec/scores.react.js +++ b/bemani/frontend/static/controllers/reflec/scores.react.js @@ -76,10 +76,10 @@ var network_scores = createReactClass({ {score.points} M {score.miss_count < 0 ? '-' : score.miss_count} - {score.combo >= 0 ? + {score.combo >= 0 ? <> Combo {score.combo} - : null} + : null}
{score.combo_type} diff --git a/bemani/frontend/static/controllers/reflec/settings.react.js b/bemani/frontend/static/controllers/reflec/settings.react.js index 0bbca1a..c2ea16c 100644 --- a/bemani/frontend/static/controllers/reflec/settings.react.js +++ b/bemani/frontend/static/controllers/reflec/settings.react.js @@ -54,14 +54,14 @@ var settings_view = createReactClass({ return ( { !this.state.editing_name ? - + <> {player.name} - : + :