Add message to clarify when no repeats heard

This commit is contained in:
Jack Kingsman
2026-02-10 19:28:24 -08:00
parent da558e06ae
commit d5b176cf89
+1 -1
View File
@@ -485,7 +485,7 @@ export function MessageList({
`${msg.acked > 1 ? msg.acked : ''}`
)
) : (
' ?'
<span title="No repeats heard yet"> ?</span>
))}
</div>
</div>