{ roomStores.map((roomStore, i) => {
if (roomStore) {
@@ -118,6 +118,7 @@ export default class RoomGridView extends React.Component {
className={tileClasses}
>
;
}
+ let toggleRightPanelButton;
+ if (this.props.isGrid) {
+ toggleRightPanelButton =
+
+ ;
+ }
+
return (
);
@@ -420,6 +436,7 @@ module.exports = React.createClass({
{ cancelButton }
{ rightRow }
{ !this.props.isGrid ? : undefined }
+ { toggleRightPanelButton }