Skip to content

Commit 0e2abee

Browse files
author
Xavier Lozano Carreras
committed
Query for eligibility
1 parent ff96a9a commit 0e2abee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/my-sites/theme/main.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import AsyncLoad from 'calypso/components/async-load';
3232
import Banner from 'calypso/components/banner';
3333
import DocumentHead from 'calypso/components/data/document-head';
3434
import QueryActiveTheme from 'calypso/components/data/query-active-theme';
35+
import QueryEligibility from 'calypso/components/data/query-atat-eligibility';
3536
import QueryCanonicalTheme from 'calypso/components/data/query-canonical-theme';
3637
import QueryProductsList from 'calypso/components/data/query-products-list';
3738
import QuerySitePlans from 'calypso/components/data/query-site-plans';
@@ -1176,6 +1177,7 @@ class ThemeSheet extends Component {
11761177

11771178
return (
11781179
<Main className="theme__sheet">
1180+
<QueryEligibility siteId={ siteId } />
11791181
<QueryCanonicalTheme themeId={ this.props.themeId } siteId={ siteId } />
11801182
<QueryProductsList />
11811183
<QueryUserPurchases />

0 commit comments

Comments
 (0)