mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
chore: comment out broken interval feature
This commit is contained in:
@@ -441,11 +441,11 @@ export default class BackgroundSettings extends PureComponent {
|
||||
</Dropdown>
|
||||
</SettingsItem>
|
||||
{/* // 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}
|
||||
|
||||
Reference in New Issue
Block a user