We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 374a2c0 + 9118f87 commit 01a14b2Copy full SHA for 01a14b2
client/app/components/RouterCommentScreen.jsx
@@ -35,7 +35,7 @@ class RouterCommentScreen extends React.Component {
35
36
return (
37
<div>
38
- {::this._renderNotification()}
+ {this._renderNotification()}
39
<CommentScreen {...{actions, data}} />
40
</div>
41
);
0 commit comments