diff --git a/src/components/modals/main/settings/sections/Quote.jsx b/src/components/modals/main/settings/sections/Quote.jsx index e5aafc93..b2070b3f 100644 --- a/src/components/modals/main/settings/sections/Quote.jsx +++ b/src/components/modals/main/settings/sections/Quote.jsx @@ -250,7 +250,7 @@ export default class QuoteSettings extends PureComponent { subtitle={variables.getMessage('modals.main.settings.sections.quote.additional')} final={true} > - {variables.getMessage('modals.main.settings.sections.background.interval.month')} - + */} {/* // todo: ideally refactor all of this file, but we need interval to appear on marketplace too */} - {this.state.backgroundType === 'api' || + {/*{this.state.backgroundType === 'api' || this.state.backgroundType === 'custom' || this.state.marketplaceEnabled ? interval - : null} + : null}*/} {backgroundSettings} ) : null}