There was an error while loading. Please reload this page.
1 parent 55258e5 commit e59ae56Copy full SHA for e59ae56
1 file changed
web/src/components/advanced/TheComment.vue
@@ -238,7 +238,9 @@
238
<button
239
type="button"
240
class="comment-reply-ref"
241
- v-tooltip="t('commentSection.inReplyTo', { nickname: parentNicknameOf(reply) })"
+ v-tooltip="
242
+ t('commentSection.inReplyTo', { nickname: parentNicknameOf(reply) })
243
+ "
244
@click="jumpToComment(reply.parent_id)"
245
>
246
{{ t('commentSection.inReplyToFloor', { floor: parentNumberOf(reply) }) }}
0 commit comments