Skip to content

Commit

Permalink
Group imports, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorivero committed Mar 21, 2018
1 parent c6e37b2 commit 836a1d1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _inc/client/pro-status/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@ import {
getVaultPressScanThreatCount,
getVaultPressData,
isFetchingVaultPressData,
getAkismetData
getAkismetData,
isAkismetKeyValid,
isFetchingAkismetData
} from 'state/at-a-glance';
import {
getSitePlan,
isFetchingSiteData
} from 'state/site';
import {
isAkismetKeyValid,
isFetchingAkismetData
} from 'state/at-a-glance';

/**
* Track click on Pro status badge.
Expand Down Expand Up @@ -216,7 +214,7 @@ class ProStatus extends React.Component {
break;
}

// Show set up or active status only for paid features that depend on a plugin, and only under a pid plan
// Show set up or active status only for paid features that depend on a plugin, and only under a paid plan
if ( sitePlan.product_slug && pluginSlug && ! hasFree ) {
return active && installed
? this.getProActions( 'active' )
Expand Down

0 comments on commit 836a1d1

Please sign in to comment.