diff --git a/components/brave_new_tab_ui/containers/newTab/settings.tsx b/components/brave_new_tab_ui/containers/newTab/settings.tsx index 20a8b271a7ae..c4264ee2e92f 100644 --- a/components/brave_new_tab_ui/containers/newTab/settings.tsx +++ b/components/brave_new_tab_ui/containers/newTab/settings.tsx @@ -60,10 +60,6 @@ export default class Settings extends React.PureComponent { toggleShowBackgroundImage = () => { this.props.toggleShowBackgroundImage() - // Re opt-in to branded wallpaper if re-enabling background image - if (!this.props.showBackgroundImage && !this.props.brandedWallpaperOptIn) { - this.props.toggleBrandedWallpaperOptIn() - } } render () {