Skip to content

Commit

Permalink
Properly indent WebPreview
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Feb 1, 2016
1 parent 915b981 commit 7c1ef85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/my-sites/themes/theme-preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ export default React.createClass( {
const previewUrl = getPreviewUrl( this.props.theme );

return(
<WebPreview showPreview={ this.props.showPreview }
onClose={ this.props.onClose }
previewUrl={ previewUrl } >
<Button primary
onClick={ this.onButtonClick }
>{ this.props.buttonLabel }</Button>
</WebPreview>
<WebPreview showPreview={ this.props.showPreview }
onClose={ this.props.onClose }
previewUrl={ previewUrl } >
<Button primary
onClick={ this.onButtonClick }
>{ this.props.buttonLabel }</Button>
</WebPreview>
);
}
} )

0 comments on commit 7c1ef85

Please sign in to comment.