Skip to content

Commit

Permalink
Merge pull request #45294 from bernhardoj/fix/44985-money-request-opt…
Browse files Browse the repository at this point in the history
…ions-appears-for-concierge

Fix money request options show in Concierge chat
  • Loading branch information
Hayata Suenaga authored Jul 15, 2024
2 parents 5710b69 + 71e7265 commit 1002bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@ const CONST = {
this.ACCOUNT_ID.REWARDS,
this.ACCOUNT_ID.STUDENT_AMBASSADOR,
this.ACCOUNT_ID.SVFG,
];
].filter((id) => id !== -1);
},

// Emails that profile view is prohibited
Expand Down

0 comments on commit 1002bfd

Please sign in to comment.