Skip to content

Commit

Permalink
run prettier manually
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Aug 24, 2023
1 parent 63fed2a commit ba38bda
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,17 @@ function getIOUConfirmationOptionsFromParticipants(participants, amountText) {
* @param {boolean} [canInviteUser]
* @returns {Object}
*/
function getNewChatOptions(reports, personalDetails, betas = [], searchValue = '', selectedOptions = [], excludeLogins = [], includeOwnedWorkspaceChats = false, includeP2P = true, canInviteUser = true) {
function getNewChatOptions(
reports,
personalDetails,
betas = [],
searchValue = '',
selectedOptions = [],
excludeLogins = [],
includeOwnedWorkspaceChats = false,
includeP2P = true,
canInviteUser = true,
) {
return getOptions(reports, personalDetails, {
betas,
searchInputValue: searchValue.trim(),
Expand Down

0 comments on commit ba38bda

Please sign in to comment.