Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: compressed layout dynamic fields card #353

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PritishBudhiraja
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Compressed layout for cards dynamic fields

How did you test it?

Passing innerLayout prop

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@PritishBudhiraja PritishBudhiraja added the Ready for Review PR with label Ready for Review should only be reviewed. label May 7, 2024
@PritishBudhiraja PritishBudhiraja self-assigned this May 7, 2024
prafulkoppalkar
prafulkoppalkar previously approved these changes May 7, 2024

<RenderIf condition={fieldsArr->Array.length > 0}>
{<>
<RenderIf
condition={dynamicFieldsToRenderOutsideBilling->Array.length > 0 && !isSpacedInnerLayout}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This condition can also be true when for payment methods other than cards

@PritishBudhiraja PritishBudhiraja added Development Blocked Not able to continue because of some blocker and removed Do not merge Ready for Review PR with label Ready for Review should only be reviewed. labels May 8, 2024
@prafulkoppalkar prafulkoppalkar added DO NOT MERGE Use this label if you want your PR to restrict from merging and removed Development Blocked Not able to continue because of some blocker labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Use this label if you want your PR to restrict from merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants