diff --git a/assets/src/components/reader-theme-carousel/index.js b/assets/src/components/reader-theme-carousel/index.js index f5b23a5506f..de974d31a35 100644 --- a/assets/src/components/reader-theme-carousel/index.js +++ b/assets/src/components/reader-theme-carousel/index.js @@ -1,8 +1,3 @@ -/** - * External dependencies - */ -import { AMP_QUERY_VAR, DEFAULT_AMP_QUERY_VAR, AMP_QUERY_VAR_CUSTOMIZED_LATE } from 'amp-settings'; // From WP inline script. - /** * WordPress dependencies */ @@ -155,25 +150,7 @@ export function ReaderThemeCarousel() { hasUnavailableThemes && (

- { AMP_QUERY_VAR_CUSTOMIZED_LATE - /* dangerouslySetInnerHTML reason: Injection of code tags. */ - ? ( - ${ AMP_QUERY_VAR }`, - `${ DEFAULT_AMP_QUERY_VAR }`, - 'AMP_QUERY_VAR', - 'amp_query_var', - 'plugins_loaded', - ), - } } - /> - ) - : __( 'Some supported themes cannot be installed automatically on this site. To use, please install them manually or contact your hosting provider.', 'amp' ) - } + { __( 'Some supported themes cannot be installed automatically on this site. To use, please install them manually or contact your hosting provider.', 'amp' ) }

- { AMP_QUERY_VAR_CUSTOMIZED_LATE - /* dangerouslySetInnerHTML reason: Injection of code tags. */ - ? ( - ${ AMP_QUERY_VAR }`, - `${ DEFAULT_AMP_QUERY_VAR }`, - 'AMP_QUERY_VAR', - 'amp_query_var', - 'plugins_loaded', - ), - } } - /> - ) - : __( 'The following themes are compatible but cannot be installed automatically. Please install them manually, or contact your host if you are not able to do so.', 'amp' ) - } + { __( 'The following themes are compatible but cannot be installed automatically. Please install them manually, or contact your host if you are not able to do so.', 'amp' ) }