Skip to content

Commit

Permalink
fix remove selector
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Dec 26, 2023
1 parent a2e3607 commit 468b4b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/workspace/WorkspaceInviteMessagePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,12 +263,6 @@ export default compose(
},
workspaceInviteMessageDraft: {
key: ({route}) => `${ONYXKEYS.COLLECTION.WORKSPACE_INVITE_MESSAGE_DRAFT}${route.params.policyID.toString()}`,
selector: (draft) => {
if (_.isUndefined(draft)) {
return draft;
}
return isEmpty(draft) ? '' : draft;
},
},
}),
withNavigationFocus,
Expand Down

0 comments on commit 468b4b0

Please sign in to comment.