Skip to content

Commit

Permalink
Invites: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lezama committed Dec 4, 2015
1 parent e76bd5d commit 8ea8a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/my-sites/invites/invite-header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export default React.createClass( {
<CompactCard className="invite-header__site">
{
this.props.site
? <Site site={ this.props.site } />
: <SitePlaceholder />
? <Site site={ this.props.site } />
: <SitePlaceholder />
}
</CompactCard>
</div>
Expand Down

0 comments on commit 8ea8a54

Please sign in to comment.