This commit is contained in:
David Ralph
2020-09-17 14:50:05 +01:00
parent f38749961b
commit 7b71d0759e

View File

@@ -23,7 +23,6 @@ export default class Quote extends React.PureComponent {
getQuotePack() {
let quotePack = localStorage.getItem('quote_packs');
console.log(quotePack)
if (quotePack === 'undefined') return this.doOffline();
quotePack = JSON.parse(quotePack);