Merge pull request #6335 from Ocelot-Social-Community/6290-fix-notification-menu-comment-hash

fix(webapp): fix notification menu comment hash
This commit is contained in:
entermex 2023-06-01 22:50:13 +02:00 committed by GitHub
commit 691226e3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
<p class="description">{{ $t(`notifications.reason.${notification.reason}`) }}</p>
<nuxt-link
class="link"
:to="{ name: isGroup ? 'group-id-slug' : 'post-id-slug', params, hashParam }"
:to="{ name: isGroup ? 'group-id-slug' : 'post-id-slug', params, ...hashParam }"
@click.native="$emit('read')"
>
<base-card wideContent>