From 0d6397d7241d1979cf4a3d0164cea33bed4b7180 Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 21 Nov 2022 15:52:22 +0000 Subject: [PATCH] fix: don't get quote twice --- src/components/widgets/quote/Quote.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/widgets/quote/Quote.jsx b/src/components/widgets/quote/Quote.jsx index 169e1fc4..67f9fe25 100644 --- a/src/components/widgets/quote/Quote.jsx +++ b/src/components/widgets/quote/Quote.jsx @@ -354,7 +354,6 @@ export default class Quote extends PureComponent { // }); this.setZoom(); - this.getQuote(); EventBus.on('refresh', (data) => { if (data === 'quote') {