mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Fix lint
This commit is contained in:
parent
1a3139e95c
commit
49aec6e0b0
@ -21,7 +21,10 @@
|
||||
v-tooltip="{ content: $t('notifications.post'), placement: 'right' }"
|
||||
/>
|
||||
{{
|
||||
$t(`notifications.reason.${notificationData.reason}` + notificationData.reasonTranslationExtention)
|
||||
$t(
|
||||
`notifications.reason.${notificationData.reason}` +
|
||||
notificationData.reasonTranslationExtention,
|
||||
)
|
||||
}}
|
||||
</ds-text>
|
||||
</client-only>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user