Lint
This commit is contained in:
@@ -147,8 +147,8 @@ export default React.createClass({
|
|||||||
|
|
||||||
let featuredRooms = null;
|
let featuredRooms = null;
|
||||||
if (summary.rooms_section.rooms.length > 0) {
|
if (summary.rooms_section.rooms.length > 0) {
|
||||||
let defaultCategoryRooms = [];
|
const defaultCategoryRooms = [];
|
||||||
let categoryRooms = {};
|
const categoryRooms = {};
|
||||||
summary.rooms_section.rooms.forEach((r) => {
|
summary.rooms_section.rooms.forEach((r) => {
|
||||||
if (r.category_id === null) {
|
if (r.category_id === null) {
|
||||||
defaultCategoryRooms.push(r);
|
defaultCategoryRooms.push(r);
|
||||||
|
|||||||
Reference in New Issue
Block a user