fix problem not showing user's projects on project page

This commit is contained in:
2024-11-07 18:48:52 -07:00
parent 8466bb0b1f
commit a73f0239c9
4 changed files with 7 additions and 4 deletions

View File

@@ -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);