diff --git a/bemani/frontend/static/controllers/iidx/records.react.js b/bemani/frontend/static/controllers/iidx/records.react.js
index 5e88fe0..8c008a5 100644
--- a/bemani/frontend/static/controllers/iidx/records.react.js
+++ b/bemani/frontend/static/controllers/iidx/records.react.js
@@ -182,7 +182,7 @@ var network_records = createReactClass({
}
return (
-
+ <>
{ paginate ?
{songids.map(function(songid) {
@@ -316,7 +316,7 @@ var network_records = createReactClass({
-
+ >
);
},
@@ -395,7 +395,7 @@ var network_records = createReactClass({
}
return (
-
+ <>
{window.valid_charts.map(function(chartname, index) {
return (
@@ -412,7 +412,7 @@ var network_records = createReactClass({
}.bind(this))}
{ this.renderBySongIDList(songids, false) }
-
+ >
);
},
@@ -447,7 +447,7 @@ var network_records = createReactClass({
}
return (
-
+ <>
{window.valid_charts.map(function(chartname, index) {
return (
@@ -464,7 +464,7 @@ var network_records = createReactClass({
}.bind(this))}
{ this.renderBySongIDList(songids, false) }
-
+ >
);
},
diff --git a/bemani/frontend/static/controllers/iidx/rivals.react.js b/bemani/frontend/static/controllers/iidx/rivals.react.js
index e4aea96..f70c81d 100644
--- a/bemani/frontend/static/controllers/iidx/rivals.react.js
+++ b/bemani/frontend/static/controllers/iidx/rivals.react.js
@@ -118,7 +118,7 @@ var rivals_view = createReactClass({
if (dp_count >= 5) { dp_avail = false; }
return (
-
+ <>
{sp_avail ?
:
null
}
-
+ >
);
},
diff --git a/bemani/frontend/static/controllers/iidx/settings.react.js b/bemani/frontend/static/controllers/iidx/settings.react.js
index 43657ce..3970938 100644
--- a/bemani/frontend/static/controllers/iidx/settings.react.js
+++ b/bemani/frontend/static/controllers/iidx/settings.react.js
@@ -268,14 +268,14 @@ var settings_view = createReactClass({
return (
{
!this.state.editing_name ?
-
+ <>
{player.name}
- :
+ > :