File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import { loadPolyfills } from 'common/setup/polyfills'
3535
3636import { Shortcuts } from 'connectors/shortcuts/shortcuts'
3737import { DevTools } from 'connectors/dev-tools/dev-tools'
38+ import { MozAdsConfigProvider } from '@mozilla-services/majc/dist/react'
3839
3940/** App
4041 --------------------------------------------------------------- */
@@ -188,7 +189,9 @@ function AppWithStore({ Component, ...rest }) {
188189 const { store, props } = wrapper . useWrappedStore ( rest )
189190 return (
190191 < Provider store = { store } >
191- < PocketWebClient Component = { Component } { ...props } />
192+ < MozAdsConfigProvider config = { { gppEnabled : true } } >
193+ < PocketWebClient Component = { Component } { ...props } />
194+ </ MozAdsConfigProvider >
192195 < ConfirmItemsImport />
193196 </ Provider >
194197 )
You can’t perform that action at this time.
0 commit comments