diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-19 14:27:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 14:27:54 -0500 |
commit | b40287e4be8cc9cf38d1b917431ad5e8053160b5 (patch) | |
tree | e8c6df6ac30fde1eeda92a477f5d961c93538400 /src/view/com/notifications/FeedItem.tsx | |
parent | 3cc0fb1d671e8b04c21cbcb811d91a8db7a322b1 (diff) | |
download | voidsky-b40287e4be8cc9cf38d1b917431ad5e8053160b5.tar.zst |
[APP 513] Label tuning (#496)
* Label updates: break out sexual into 3 categories; tune defaults; improve descriptions * Fix misapplication of warning in notifications
Diffstat (limited to 'src/view/com/notifications/FeedItem.tsx')
-rw-r--r-- | src/view/com/notifications/FeedItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 22a354da0..fd9f2324b 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -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, })), ) } |