params in url + error boundary
This commit is contained in:
@@ -7,8 +7,8 @@ export const URLs = {
|
||||
profile: {
|
||||
isOn: Boolean(getNavigationsValue("link.nav1.profile")),
|
||||
url: `${baseUrl}${getNavigationsValue("link.nav1.profile")}`,
|
||||
getUrl() {
|
||||
return this.url;
|
||||
getUrl(userId: string, projectId: string) {
|
||||
return generatePath(this.url, { userId, projectId });
|
||||
},
|
||||
},
|
||||
about: {
|
||||
|
||||
Reference in New Issue
Block a user