Skip to content

Commit

Permalink
Refacto, add missing empty list pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrine-ds committed Nov 27, 2024
1 parent e73c520 commit 407b174
Show file tree
Hide file tree
Showing 8 changed files with 687 additions and 427 deletions.
8 changes: 4 additions & 4 deletions clients/banking/src/components/MerchantProfileArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ export const AccountMerchantsProfileArea = ({ accountMembershipId, merchantProfi
...(isPaymentLinksTabFlagActive
? [
{
label: t("merchantProfile.tab.paymentLinks"),
url: Router.AccountMerchantsProfilePaymentLinkList({
label: t("merchantProfile.tab.payments"),
url: Router.AccountMerchantsProfilePaymentsList({
accountMembershipId,
merchantProfileId,
}),
},
{
label: t("merchantProfile.tab.payments"),
url: Router.AccountMerchantsProfilePaymentsList({
label: t("merchantProfile.tab.paymentLinks"),
url: Router.AccountMerchantsProfilePaymentLinkList({
accountMembershipId,
merchantProfileId,
}),
Expand Down
Loading

0 comments on commit 407b174

Please sign in to comment.