Skip to content

Commit e71cba5

Browse files
committed
Fix duplicate meta viewport frontend fix import
1 parent 9f4d98d commit e71cba5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/frontendFixes/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ if ( edacFrontendFixes?.underline?.enabled ) {
4242
} );
4343
}
4444

45-
if ( edacFrontendFixes?.meta_viewport_scalable?.enabled ) {
46-
// lazy import the module
47-
import( /* webpackChunkName: "meta-viewport-scalable" */ './Fixes/metaViewportScalableFix' ).then( ( metaViewportScalableFix ) => {
48-
metaViewportScalableFix.default();
49-
} );
50-
}
51-
5245
if ( edacFrontendFixes?.prevent_links_opening_new_windows?.enabled ) {
5346
// lazy import the module
5447
import( /* webpackChunkName: "prevent-links-opening-in-new-window" */ './Fixes/preventLinksOpeningNewWindowFix' ).then( ( preventLinksOpeningNewWindowFix ) => {

0 commit comments

Comments
 (0)