Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Aug 25, 2023
1 parent a40077b commit 7423e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal/BaseModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ function BaseModal({
};

const handleDismissModal = () => {
ComposerFocusManager.setReadyToFocus()
}
ComposerFocusManager.setReadyToFocus();
};

const {
modalStyle,
Expand Down

0 comments on commit 7423e68

Please sign in to comment.