Skip to content

Commit d06438f

Browse files
authored
fix: only display message not_visible_until date if its defined (#1469)
1 parent 8417e25 commit d06438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/svelte/consumers/ShowMessages.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
>Not visible until:</span
658658
>
659659
<span class="text-sm text-gray-900">
660-
{selectedMessage.last_delivered_at
660+
{selectedMessage.not_visible_until
661661
? formatDate(selectedMessage.not_visible_until)
662662
: "N/A"}
663663
</span>

0 commit comments

Comments
 (0)