Skip to content

Commit

Permalink
chore: Added null-safe operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 committed Oct 31, 2024
1 parent 26319ef commit 74ba39d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const PaymentsTransactionBizEventsDetailsScreen = () => {

useHeaderSecondLevel({
title:
transactionDetails?.carts?.[0].payee?.name ||
transactionDetails?.carts?.[0].payee?.name ??
I18n.t("transaction.details.title"),
enableDiscreteTransition: true,
animatedRef: animatedScrollViewRef,
Expand Down

0 comments on commit 74ba39d

Please sign in to comment.