perf: experimental upgrade to deps and fix esbuild warnings

This commit is contained in:
David Ralph
2022-08-26 12:06:25 +01:00
parent b8f2b7fb1f
commit 218f7bec7b
6 changed files with 10 additions and 10 deletions

View File

@@ -204,8 +204,7 @@ export default class Quote extends PureComponent {
if (
customQuote &&
customQuote !== '' &&
customQuote !== 'undefined' &&
customQuote !== ['']
customQuote !== 'undefined'
) {
return this.setState({
quote: '"' + customQuote.quote + '"',