Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Feb 4, 2025
1 parent 42dc21b commit 6896ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function getLastPolicyPaymentMethod(policyID: string | undefined, lastPaymentMet
lastPolicyPaymentMethod = (lastPaymentMethods?.[policyID] as LastPaymentMethodType)?.DEFAULT as ValueOf<typeof CONST.IOU.PAYMENT_TYPE>;
}

return lastPolicyPaymentMethod
return lastPolicyPaymentMethod;
}

function getPayActionCallback(hash: number, item: TransactionListItemType | ReportListItemType, goToItem: () => void) {
Expand Down

0 comments on commit 6896ab5

Please sign in to comment.