forked from jsnbuchanan/crowd-funder-for-time-pwa
fix problem setting 'loading' flag
This commit is contained in:
@@ -1173,8 +1173,6 @@ export default class AccountViewView extends Vue {
|
|||||||
5000,
|
5000,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} finally {
|
|
||||||
this.loadingProfile = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -1197,6 +1195,8 @@ export default class AccountViewView extends Vue {
|
|||||||
},
|
},
|
||||||
5000,
|
5000,
|
||||||
);
|
);
|
||||||
|
} finally {
|
||||||
|
this.loadingProfile = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user