Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
voidxnull committed Jun 11, 2017
1 parent dfed40c commit e2f4f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export default class Logo extends React.Component {
static displayName = 'Logo';

static propTypes = {
isLink: PropTypes.bool,
is_logged_in: PropTypes.bool.isRequired
isLink: PropTypes.bool
};

static defaultProps = {
Expand Down

0 comments on commit e2f4f5d

Please sign in to comment.