We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e5068 commit 31ff632Copy full SHA for 31ff632
1 file changed
src/components/SettlementButton/index.tsx
@@ -298,7 +298,6 @@ function SettlementButton({
298
299
if (isInvoiceReport) {
300
const isCurrencySupported = isCurrencySupportedForDirectReimbursement(currency as CurrencyType);
301
- console.log({currency})
302
const getInvoicesOptions = (payAsBusiness: boolean) => {
303
return [
304
...(isCurrencySupported ? getPaymentSubitems(payAsBusiness) : []),
0 commit comments