From 314e4d08b1ef43e40edfc5109689322510d8872e Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Sat, 9 Apr 2022 23:59:46 -0400 Subject: [PATCH] Remove outage notification --- client/modules/IDE/pages/IDEView.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx index a15577f83e..04bbb2f9ad 100644 --- a/client/modules/IDE/pages/IDEView.jsx +++ b/client/modules/IDE/pages/IDEView.jsx @@ -36,7 +36,6 @@ import Feedback from '../components/Feedback'; import { CollectionSearchbar } from '../components/Searchbar'; import { getIsUserOwner } from '../selectors/users'; import RootPage from '../../../components/RootPage'; -import Notification from '../../User/components/Notification'; function getTitle(props) { const { id } = props.project; @@ -253,7 +252,6 @@ class IDEView extends React.Component { render() { return ( - {getTitle(this.props)}