diff options
author | Ansh <anshnanda10@gmail.com> | 2023-06-07 07:57:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 09:57:49 -0500 |
commit | fc12a1205cceab323f1165205cd68268ff291436 (patch) | |
tree | 85da9fba7f197d1de11aa2535417a26da07ae375 /src/view/com/notifications/FeedItem.tsx | |
parent | bdcdb4e4dc9636834b54147d666e6f6024fcff7b (diff) | |
download | voidsky-fc12a1205cceab323f1165205cd68268ff291436.tar.zst |
allow image to clicked to go to post in notificaitons (#858)
Diffstat (limited to 'src/view/com/notifications/FeedItem.tsx')
-rw-r--r-- | src/view/com/notifications/FeedItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index ac2e2a190..7994c53ab 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -165,7 +165,7 @@ export const FeedItem = observer(function ({ } return ( - // eslint-disable-next-line + // eslint-disable-next-line react-native-a11y/no-nested-touchables <Link testID={`feedItem-by-${item.author.handle}`} style={[ |