about summary refs log tree commit diff
path: root/src/view/com/notifications/FeedItem.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-04-19 14:27:54 -0500
committerGitHub <noreply@github.com>2023-04-19 14:27:54 -0500
commitb40287e4be8cc9cf38d1b917431ad5e8053160b5 (patch)
treee8c6df6ac30fde1eeda92a477f5d961c93538400 /src/view/com/notifications/FeedItem.tsx
parent3cc0fb1d671e8b04c21cbcb811d91a8db7a322b1 (diff)
downloadvoidsky-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.tsx2
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,
       })),
     )
   }