[APP 513] Label tuning (#496)
* Label updates: break out sexual into 3 categories; tune defaults; improve descriptions * Fix misapplication of warning in notifications
This commit is contained in:
parent
3cc0fb1d67
commit
b40287e4be
6 changed files with 88 additions and 34 deletions
|
@ -140,7 +140,7 @@ export const FeedItem = observer(function FeedItem({
|
|||
handle: item2.author.handle,
|
||||
displayName: item2.author.displayName,
|
||||
avatar: item2.author.avatar,
|
||||
labels: item.author.labels,
|
||||
labels: item2.author.labels,
|
||||
})),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue