Quality of Life Improvements
This commit is contained in:
parent
114d92c453
commit
1569114593
2 changed files with 139 additions and 3 deletions
|
|
@ -268,7 +268,7 @@
|
|||
|
||||
// Navigate to activity if applicable
|
||||
if (activityId) {
|
||||
window.location.href = `/activities/detail?id=${activityId}`;
|
||||
window.location.href = `/activities/${activityId}`;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue