Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Sep 6, 2023
1 parent b628d01 commit 428c653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportActionComposeFocusManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function onComposerFocus(callback: FocusCallback, isMainComposer = false) {
*/
function focus() {
if (typeof focusCallback !== 'function') {
if (typeof mainComposerFocusCallback !== 'function'){
if (typeof mainComposerFocusCallback !== 'function') {
return;
}

Expand Down

0 comments on commit 428c653

Please sign in to comment.