mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
fixing unread indicator
This commit is contained in:
parent
918f94ca10
commit
384569abc6
@ -28,7 +28,7 @@ export function ChannelItem({ item, openChannel }) {
|
||||
<div class="message">{ item.message }</div>
|
||||
</div>
|
||||
{ item.updated && (
|
||||
<div class="markup"></div>
|
||||
<Markup />
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user