Skip to content

Commit

Permalink
Update ProfileList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
quiple committed Dec 28, 2023
1 parent d8fb0bd commit 8c8705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/screens/ProfileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ const FeedSection = React.forwardRef<SectionRef, FeedSectionProps>(

const renderPostsEmpty = useCallback(() => {
return <EmptyState icon="feed" message={_(msg`This feed is empty!`)} />
}, [msg])
}, [_])

return (
<View>
Expand Down

0 comments on commit 8c8705d

Please sign in to comment.