mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Bump packages
And deprecate react-native-feather
This commit is contained in:
@ -130,7 +130,7 @@ const RelationshipOutgoing: React.FC<Props> = ({ id }: Props) => {
|
||||
{!isPageNotifications && canFollowNotify && query.data?.following ? (
|
||||
<Button
|
||||
type='icon'
|
||||
content={query.data.notifying ? 'BellOff' : 'Bell'}
|
||||
content={query.data.notifying ? 'bell-off' : 'bell'}
|
||||
round
|
||||
onPress={() =>
|
||||
mutation.mutate({
|
||||
|
Reference in New Issue
Block a user