We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81df1b5 commit a334522Copy full SHA for a334522
app/components/BlueskyComment.vue
@@ -201,7 +201,10 @@ function getHostname(uri: string): string {
201
202
<!-- Nested replies -->
203
<template v-if="comment.replies.length > 0">
204
- <div v-if="depth < MaxDepth" class="mt-3 ps-3 border-is-2 border-border flex flex-col gap-3">
+ <div
205
+ v-if="depth < MaxDepth"
206
+ class="mt-3 ps-3 border-is-2 border-border flex flex-col gap-3"
207
+ >
208
<BlueskyComment
209
v-for="reply in comment.replies"
210
:key="reply.uri"
0 commit comments