Skip to content

Commit e59ae56

Browse files
committed
Update TheComment.vue
1 parent 55258e5 commit e59ae56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

web/src/components/advanced/TheComment.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@
238238
<button
239239
type="button"
240240
class="comment-reply-ref"
241-
v-tooltip="t('commentSection.inReplyTo', { nickname: parentNicknameOf(reply) })"
241+
v-tooltip="
242+
t('commentSection.inReplyTo', { nickname: parentNicknameOf(reply) })
243+
"
242244
@click="jumpToComment(reply.parent_id)"
243245
>
244246
{{ t('commentSection.inReplyToFloor', { floor: parentNumberOf(reply) }) }}

0 commit comments

Comments
 (0)