diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js index 15b034a84..131208e32 100644 --- a/frontend/components/Layout/Layout.js +++ b/frontend/components/Layout/Layout.js @@ -28,6 +28,7 @@ class Layout extends React.Component { user: React.PropTypes.object.isRequired, search: React.PropTypes.bool, offline: React.PropTypes.bool, + notifications: React.PropTypes.node, } static defaultProps = { @@ -67,6 +68,8 @@ class Layout extends React.Component { ) } + { this.props.notifications } +