Skip to content

Commit

Permalink
#484 due to high demand I removed the unneeded props variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Eremic committed Jul 21, 2016
1 parent aa1f496 commit 77c27d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/lib/yourturn/src/notification-bar/notification-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Notification.displayName = 'Notification';
// ========

class NotificationBar extends React.Component {
constructor(props) {
super(props);
constructor() {
super();
this.state = {
interval: false
};
Expand Down

0 comments on commit 77c27d4

Please sign in to comment.