mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
fix: keep runtime UI changes self-contained
This commit is contained in:
parent
c566a9236c
commit
0162bb332c
2 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@ export function ApprovalDetail() {
|
|||
{new Date(comment.createdAt).toLocaleString()}
|
||||
</span>
|
||||
</div>
|
||||
<MarkdownBody className="text-sm" softBreaks>{comment.body}</MarkdownBody>
|
||||
<MarkdownBody className="text-sm">{comment.body}</MarkdownBody>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue