diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-08-25 14:53:03 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-08-25 14:53:03 -0700 |
commit | 0ca28ccca65a764bf66238cd59df5f6dbb958d2b (patch) | |
tree | cd0f55a79d9b99657f1d1639029d0dbe66795d3e /src/view/com/modals/Modal.web.tsx | |
parent | 08fe7fb08451d4d286f5013d9ad14b4e32afa50b (diff) | |
parent | a3cb12f584f6d55a0754fd608fb00d9b7f29e807 (diff) | |
download | voidsky-0ca28ccca65a764bf66238cd59df5f6dbb958d2b.tar.zst |
Merge branch 'main' into ansh/app-812-add-custom-feed-discovery-to-onboarding
Diffstat (limited to 'src/view/com/modals/Modal.web.tsx')
-rw-r--r-- | src/view/com/modals/Modal.web.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/modals/Modal.web.tsx b/src/view/com/modals/Modal.web.tsx index 0e28b1618..687c4fba3 100644 --- a/src/view/com/modals/Modal.web.tsx +++ b/src/view/com/modals/Modal.web.tsx @@ -118,10 +118,10 @@ function Modal({modal}: {modal: ModalIface}) { } return ( - // eslint-disable-next-line + // eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors <TouchableWithoutFeedback onPress={onPressMask}> <View style={styles.mask}> - {/* eslint-disable-next-line */} + {/* eslint-disable-next-line react-native-a11y/has-valid-accessibility-descriptors */} <TouchableWithoutFeedback onPress={onInnerPress}> <View style={[ |