Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alternatekev committed Apr 1, 2016
1 parent 8670b6a commit 08d2eb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/my-sites/stats/stats-followers-page/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var StatsList = require( '../stats-list' ),
analytics = require( 'analytics' ),
Card = require( 'components/card' ),
SectionHeader = require( 'components/section-header' ),
Gridicon = require( 'components/gridicon' ),
Button = require( 'components/button' );

module.exports = React.createClass( {
Expand Down Expand Up @@ -77,7 +76,6 @@ module.exports = React.createClass( {
startIndex,
endIndex,
emailExportUrl,
emailExportLink,
itemType,
classes;

Expand Down Expand Up @@ -154,7 +152,7 @@ module.exports = React.createClass( {
<div className="followers">
<SectionHeader label={ this.translate( 'Followers' ) }>
{ emailExportUrl
? ( <Button compact href={ emailExportUrl }>{ this.translate( 'Download Data as CSV' ) }</Button> )
? ( <Button compact href={ emailExportUrl }>{ this.translate( 'Download Data as CSV' ) }</Button> )
: null }
</SectionHeader>
<Card className={ classNames( classes ) }>
Expand Down

0 comments on commit 08d2eb8

Please sign in to comment.