diff --git a/src/view/shell/desktop/Feeds.tsx b/src/view/shell/desktop/Feeds.tsx index 496946de90..57b078e0c1 100644 --- a/src/view/shell/desktop/Feeds.tsx +++ b/src/view/shell/desktop/Feeds.tsx @@ -171,6 +171,7 @@ function FeedItem({ onPress: () => void }) { const t = useTheme() + const {_} = useLingui() const { state: hovered, onIn: onHoverIn, @@ -182,7 +183,7 @@ function FeedItem({