File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import AsyncLoad from 'calypso/components/async-load';
32
32
import Banner from 'calypso/components/banner' ;
33
33
import DocumentHead from 'calypso/components/data/document-head' ;
34
34
import QueryActiveTheme from 'calypso/components/data/query-active-theme' ;
35
+ import QueryEligibility from 'calypso/components/data/query-atat-eligibility' ;
35
36
import QueryCanonicalTheme from 'calypso/components/data/query-canonical-theme' ;
36
37
import QueryProductsList from 'calypso/components/data/query-products-list' ;
37
38
import QuerySitePlans from 'calypso/components/data/query-site-plans' ;
@@ -1176,6 +1177,7 @@ class ThemeSheet extends Component {
1176
1177
1177
1178
return (
1178
1179
< Main className = "theme__sheet" >
1180
+ < QueryEligibility siteId = { siteId } />
1179
1181
< QueryCanonicalTheme themeId = { this . props . themeId } siteId = { siteId } />
1180
1182
< QueryProductsList />
1181
1183
< QueryUserPurchases />
You can’t perform that action at this time.
0 commit comments