From 38f13c2047b895f6279c22a2189007ea287e6343 Mon Sep 17 00:00:00 2001 From: Andrew Nicolaou Date: Wed, 2 Oct 2019 18:17:32 +0300 Subject: [PATCH] Remove modals from IDEView now that they are part of DashboardView --- client/modules/IDE/pages/IDEView.jsx | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx index 3763791d..6feca94f 100644 --- a/client/modules/IDE/pages/IDEView.jsx +++ b/client/modules/IDE/pages/IDEView.jsx @@ -370,31 +370,6 @@ class IDEView extends React.Component { createFolder={this.props.createFolder} /> } - { this.props.location.pathname.match(/sketches$/) && - - - - - } - { this.props.location.pathname.match(/assets$/) && - - - - } { this.props.location.pathname === '/about' &&