forked from trent_larson/crowd-funder-for-time-pwa
fix problem not showing user's projects on project page
This commit is contained in:
@@ -340,7 +340,7 @@ export default class ProjectsView extends Vue {
|
||||
console.error("No accounts found.");
|
||||
this.errNote("You need an identifier to load your projects.");
|
||||
} else {
|
||||
await this.loadOffers();
|
||||
await this.loadProjects();
|
||||
}
|
||||
} catch (err) {
|
||||
console.error("Error initializing:", err);
|
||||
|
||||
Reference in New Issue
Block a user