Showing likes for Public Chat events.

This commit is contained in:
Vitor Pamplona 2023-01-19 18:14:42 -05:00
parent e1fa46290e
commit 8b61dc09d0

View File

@ -31,7 +31,7 @@ fun LikeSetCompose(likeSetCard: LikeSetCard, modifier: Modifier = Modifier, isIn
val noteState by likeSetCard.note.live.observeAsState()
val note = noteState?.note
if (note?.event == null) {
if (note == null) {
BlankNote(Modifier, isInnerNote)
} else {
Column(modifier = modifier) {