Skip to content

Commit 1d64e26

Browse files
authored
Correct style error
1 parent b030f50 commit 1d64e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NotificationSystem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var NotificationSystem = React.createClass({
7474
notification.onRemove(notification);
7575
}
7676

77-
if(this._isMounted) {
77+
if (this._isMounted) {
7878
this.setState({ notifications: notifications });
7979
}
8080
},

0 commit comments

Comments
 (0)