Skip to content

Commit

Permalink
[FIX 17237] Run prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanutGavrus committed May 22, 2023
1 parent b293467 commit a4a6569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AttachmentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ class AttachmentModal extends PureComponent {
onToggleKeyboard={this.updateConfirmButtonVisibility}
/>
) : (
Boolean(source) && this.state.shouldLoadAttachment && (
Boolean(source) &&
this.state.shouldLoadAttachment && (
<AttachmentView
containerStyles={[styles.mh5]}
source={source}
Expand Down

0 comments on commit a4a6569

Please sign in to comment.