From f3e8b81cb7b1f48c0f4cd8675ac0577d832057c9 Mon Sep 17 00:00:00 2001 From: Gabriel Sroka Date: Sun, 29 Dec 2019 15:43:06 -0800 Subject: [PATCH] Update IDEView.jsx ` {this.props.ide.preferencesIsVisible && @@ -363,6 +364,7 @@ class IDEView extends React.Component { } { this.props.location.pathname === '/about' && @@ -371,6 +373,7 @@ class IDEView extends React.Component { } {this.props.location.pathname === '/feedback' && @@ -394,6 +397,7 @@ class IDEView extends React.Component { } {this.props.ide.shareModalVisible && @@ -406,6 +410,7 @@ class IDEView extends React.Component { } {this.props.ide.keyboardShortcutVisible && @@ -414,6 +419,7 @@ class IDEView extends React.Component { } {this.props.ide.errorType &&