diff --git a/client/app/components/RouterCommentScreen.jsx b/client/app/components/RouterCommentScreen.jsx index 01b15eb3..bc50004a 100644 --- a/client/app/components/RouterCommentScreen.jsx +++ b/client/app/components/RouterCommentScreen.jsx @@ -35,7 +35,7 @@ class RouterCommentScreen extends React.Component { return (
- {::this._renderNotification()} + {this._renderNotification()}
);