mirror of
https://github.com/mue/mue.git
synced 2026-07-20 15:34:10 +02:00
perf: experimental upgrade to deps and fix esbuild warnings
This commit is contained in:
@@ -204,8 +204,7 @@ export default class Quote extends PureComponent {
|
||||
if (
|
||||
customQuote &&
|
||||
customQuote !== '' &&
|
||||
customQuote !== 'undefined' &&
|
||||
customQuote !== ['']
|
||||
customQuote !== 'undefined'
|
||||
) {
|
||||
return this.setState({
|
||||
quote: '"' + customQuote.quote + '"',
|
||||
|
||||
Reference in New Issue
Block a user