feat: new refresh button options

This commit is contained in:
David Ralph
2021-08-28 18:56:59 +01:00
parent 6b23e56bd6
commit 67ab7c8674
15 changed files with 92 additions and 25 deletions

View File

@@ -226,6 +226,10 @@ export default class Quote extends PureComponent {
if (data === 'marketplacequoteuninstall') {
this.init();
}
if (data === 'quoterefresh') {
this.getQuote();
}
});
const interval = localStorage.getItem('quotechange');