Skip to content

Commit

Permalink
PaymentDetails: set renderInCards: true (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
walldenfilippa authored Oct 22, 2024
1 parent a0c4fbf commit 4fdf390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/PaymentDetails/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Config = new CG.component({
renderInButtonGroup: false,
renderInAccordion: false,
renderInAccordionGroup: false,
renderInCards: false,
renderInCards: true,
renderInCardsMedia: false,
renderInTabs: true,
},
Expand Down

0 comments on commit 4fdf390

Please sign in to comment.