Skip to content

Commit 31ff632

Browse files
committed
fix: update split style condition
1 parent b3e5068 commit 31ff632

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/SettlementButton/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ function SettlementButton({
298298

299299
if (isInvoiceReport) {
300300
const isCurrencySupported = isCurrencySupportedForDirectReimbursement(currency as CurrencyType);
301-
console.log({currency})
302301
const getInvoicesOptions = (payAsBusiness: boolean) => {
303302
return [
304303
...(isCurrencySupported ? getPaymentSubitems(payAsBusiness) : []),

0 commit comments

Comments
 (0)