fix(notification): update unread count display and improve HTML rendering
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</p>
|
||||
<div class="flex flex-col pt-4" x-show="showProgress">
|
||||
<h2>Progress <x-loading /></h2>
|
||||
<div x-html="window.sanitizeHTML(currentStatus)"></div>
|
||||
<div x-html="currentStatus"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-4" x-show="!showProgress">
|
||||
|
||||
Reference in New Issue
Block a user