We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a767bb1 commit 314e4d0Copy full SHA for 314e4d0
client/modules/IDE/pages/IDEView.jsx
@@ -36,7 +36,6 @@ import Feedback from '../components/Feedback';
36
import { CollectionSearchbar } from '../components/Searchbar';
37
import { getIsUserOwner } from '../selectors/users';
38
import RootPage from '../../../components/RootPage';
39
-import Notification from '../../User/components/Notification';
40
41
function getTitle(props) {
42
const { id } = props.project;
@@ -253,7 +252,6 @@ class IDEView extends React.Component {
253
252
render() {
254
return (
255
<RootPage>
256
- <Notification />
257
<Helmet>
258
<title>{getTitle(this.props)}</title>
259
</Helmet>
0 commit comments