forked from trent_larson/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,
|
||||
);
|
||||
}
|
||||
} finally {
|
||||
this.loadingProfile = false;
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
@@ -1197,6 +1195,8 @@ export default class AccountViewView extends Vue {
|
||||
},
|
||||
5000,
|
||||
);
|
||||
} finally {
|
||||
this.loadingProfile = false;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user