diff --git a/app/components/compilations.vue b/app/components/compilations.vue index d6025b4..91972db 100644 --- a/app/components/compilations.vue +++ b/app/components/compilations.vue @@ -32,7 +32,7 @@ function openCompilation(id: string) { behavior: 'smooth' }); - navigateTo(`/box/${id}`) + // navigateTo(`/box/${id}`) } }