mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix filtering hashtag
This commit is contained in:
@ -45,10 +45,6 @@ const TimelineDefault: React.FC<Props> = ({
|
||||
disableDetails = false,
|
||||
disableOnPress = false
|
||||
}) => {
|
||||
if (highlighted) {
|
||||
disableOnPress = true
|
||||
}
|
||||
|
||||
const { colors } = useTheme()
|
||||
const instanceAccount = useSelector(getInstanceAccount, () => true)
|
||||
const navigation = useNavigation<StackNavigationProp<TabLocalStackParamList>>()
|
||||
|
Reference in New Issue
Block a user