style: code cleanup and about tab changes

This commit is contained in:
David Ralph
2021-05-22 22:56:24 +01:00
parent 299547842a
commit 84dad33548
13 changed files with 45 additions and 52 deletions

View File

@@ -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;
}

View File

@@ -176,4 +176,4 @@ export default class ColourSettings extends React.PureComponent {
</>
);
}
}
}