Quality of Life Improvements

This commit is contained in:
Tim Zöller 2025-12-14 17:22:36 +01:00
parent 114d92c453
commit 1569114593
2 changed files with 139 additions and 3 deletions

View file

@ -268,7 +268,7 @@
// Navigate to activity if applicable
if (activityId) {
window.location.href = `/activities/detail?id=${activityId}`;
window.location.href = `/activities/${activityId}`;
}
});
});