Skip to content

Commit 8bfb4ba

Browse files
authored
Merge pull request #2013 from processing/chore/remove-notification
Remove outage notification
2 parents a767bb1 + 314e4d0 commit 8bfb4ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/modules/IDE/pages/IDEView.jsx

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import Feedback from '../components/Feedback';
3636
import { CollectionSearchbar } from '../components/Searchbar';
3737
import { getIsUserOwner } from '../selectors/users';
3838
import RootPage from '../../../components/RootPage';
39-
import Notification from '../../User/components/Notification';
4039

4140
function getTitle(props) {
4241
const { id } = props.project;
@@ -253,7 +252,6 @@ class IDEView extends React.Component {
253252
render() {
254253
return (
255254
<RootPage>
256-
<Notification />
257255
<Helmet>
258256
<title>{getTitle(this.props)}</title>
259257
</Helmet>

0 commit comments

Comments
 (0)