forked from jsnbuchanan/crowd-funder-for-time-pwa
fix problem with user-profile page, and bump to build 29 & version 0.5.3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user