Skip to content

Commit 81c7f3e

Browse files
committed
Fix formatting in BaseCommentItem render method
1 parent 96fd05c commit 81c7f3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/comment-widget/src/base-comment-item.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ export class BaseCommentItem extends LitElement {
128128
code: ['class'],
129129
},
130130
})
131-
)}
132-
</div>
131+
)}</div>
133132
134133
<div class="item-actions mt-2 flex items-center gap-3">
135134
<slot name="action"></slot>

0 commit comments

Comments
 (0)