Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Apr 9, 2015
1 parent f7fd20c commit 0fe33c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var LoginLink = React.createClass({

if (process.env.NODE_ENV !== 'production' &&
!/^(signin|signup)$/.test(action)) {
console.warn("unrecognized action: " + this.props.action);
console.warn("unrecognized action: " + action);
}

return React.DOM.a(props, this.props.children);
Expand Down

0 comments on commit 0fe33c1

Please sign in to comment.