Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Link available activities to only show free slots
Browse files Browse the repository at this point in the history
Fixes #2620
  • Loading branch information
nicksellen committed Dec 11, 2022
1 parent c856b39 commit 4d413d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group/components/AvailableActivities.vue
Expand Up @@ -21,7 +21,7 @@ const { groupId } = useCurrentGroupService()
const router = useRouter()
function go () {
router.push({ name: 'groupActivities', params: { groupId: groupId.value }, query: { place: 'subscribed' } })
router.push({ name: 'groupActivities', params: { groupId: groupId.value }, query: { place: 'subscribed', slots: 'free' } })
}
</script>
Expand Down

0 comments on commit 4d413d4

Please sign in to comment.