mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Adds name to the rendering of people lists in the feed
This commit is contained in:
parent
94c78c6327
commit
286730c50d
@ -80,7 +80,7 @@ fun DisplayPeopleList(
|
||||
members.take(3)
|
||||
}
|
||||
|
||||
val name by remember { derivedStateOf { "#${noteEvent.dTag()}" } }
|
||||
val name by remember { derivedStateOf { "#${noteEvent.nameOrTitle() ?: noteEvent.dTag()}" } }
|
||||
|
||||
Text(
|
||||
text = name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user