Skip to content

Commit

Permalink
pass array instead of const
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Mar 22, 2021
1 parent 960c30e commit bcc869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class ReportActionCompose extends React.Component {
}, 10);
}}
onItemSelected={() => this.setMenuVisibility(false)}
menuOptions={CONST.MENU_ITEM_KEYS.ATTACHMENT_PICKER}
menuOptions={[CONST.MENU_ITEM_KEYS.ATTACHMENT_PICKER]}

/**
* Temporarily hiding IOU Modal options while Modal is incomplete. Will
Expand Down

0 comments on commit bcc869b

Please sign in to comment.