mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #668
This commit is contained in:
@@ -80,8 +80,7 @@ const menuHashtag = ({
|
||||
type: 'item',
|
||||
key: 'hashtag-filter',
|
||||
props: {
|
||||
onSelect: () =>
|
||||
navigation.navigate('Tab-Shared-Filter', { source: 'hashtag', tag_name, queryKey }),
|
||||
onSelect: () => navigation.navigate('Tab-Shared-Filter', { source: 'hashtag', tag_name }),
|
||||
disabled: false,
|
||||
destructive: false,
|
||||
hidden: !canFollowTags
|
||||
|
||||
Reference in New Issue
Block a user