diff --git a/src/components/AttachmentModal.js b/src/components/AttachmentModal.js index 7179aa502ddb..83be46c352ad 100755 --- a/src/components/AttachmentModal.js +++ b/src/components/AttachmentModal.js @@ -261,7 +261,7 @@ class AttachmentModal extends PureComponent { backgroundColor={themeColors.componentBG} onModalShow={() => { this.props.onModalShow(); - this.setState({shouldLoadAttachment: true}) + this.setState({shouldLoadAttachment: true}); }} onModalHide={(e) => { this.props.onModalHide(e); diff --git a/src/components/Pressable/PressableWithFeedback.js b/src/components/Pressable/PressableWithFeedback.js index d113798e9c6e..d2311654d87d 100644 --- a/src/components/Pressable/PressableWithFeedback.js +++ b/src/components/Pressable/PressableWithFeedback.js @@ -54,13 +54,13 @@ const PressableWithFeedback = forwardRef((props, ref) => { > {(state) => ( {props.children}