Skip to content

Commit 01a14b2

Browse files
committed
Merge pull request shakacode#167 from mamute/convert-bindings-for-react-callbacks
remove unnecessary this binding for helper (ONLY needed for callbacks)
2 parents 374a2c0 + 9118f87 commit 01a14b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/components/RouterCommentScreen.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class RouterCommentScreen extends React.Component {
3535

3636
return (
3737
<div>
38-
{::this._renderNotification()}
38+
{this._renderNotification()}
3939
<CommentScreen {...{actions, data}} />
4040
</div>
4141
);

0 commit comments

Comments
 (0)