fix: quote fixes and light theme search bar

This commit is contained in:
David Ralph
2021-05-03 10:50:00 +01:00
parent 7470ca9e3a
commit 7628e769be
4 changed files with 41 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ export default class Quote extends React.PureComponent {
});
}
switch (localStorage.getItem('quoteType')) {
switch (localStorage.getItem('quoteType') || 'api') {
case 'custom':
const customQuote = localStorage.getItem('customQuote');
if (customQuote) {