fix problem with user-profile page, and bump to build 29 & version 0.5.3

This commit is contained in:
2025-06-12 19:16:02 -06:00
parent a55cf31a93
commit 5cde144585
6 changed files with 29 additions and 24 deletions

View File

@@ -788,7 +788,7 @@ export default class DiscoverView extends Vue {
const route = {
path: this.isProjectsActive
? "/project/" + encodeURIComponent(id)
: "/userProfile/" + encodeURIComponent(id),
: "/user-profile/" + encodeURIComponent(id),
};
this.$router.push(route);
}