mirror of
https://github.com/mue/mue.git
synced 2026-07-23 08:47:19 +02:00
style: code cleanup and about tab changes
This commit is contained in:
@@ -139,7 +139,6 @@ export default class BackgroundSettings extends React.PureComponent {
|
||||
switch (this.state.backgroundType) {
|
||||
case 'custom': backgroundSettings = customSettings; break;
|
||||
case 'colour': backgroundSettings = <ColourSettings/>; break;
|
||||
// API
|
||||
default: backgroundSettings = APISettings; break;
|
||||
}
|
||||
|
||||
|
||||
@@ -176,4 +176,4 @@ export default class ColourSettings extends React.PureComponent {
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user