forked from jsnbuchanan/crowd-funder-for-time-pwa
fix problem clicking on offer-delivery, plus some other hardening and phrasing
This commit is contained in:
@@ -1239,6 +1239,7 @@ export default class AccountViewView extends Vue {
|
||||
*/
|
||||
async initializeState() {
|
||||
let settings = await databaseUtil.retrieveSettingsForActiveAccount();
|
||||
console.log("settings", settings);
|
||||
if (USE_DEXIE_DB) {
|
||||
await db.open();
|
||||
settings = await retrieveSettingsForActiveAccount();
|
||||
|
||||
Reference in New Issue
Block a user