-
Notifications
You must be signed in to change notification settings - Fork 7
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
[MSSDK-1480] add new info box for unavailable upgrades & refactor OfferCards #274
Conversation
Kudos, SonarCloud Quality Gate passed!
|
isPriceBoxHidden={isPaused} | ||
isPaused={isPaused} | ||
/> | ||
<OfferMyAccountCard offerId={subItem.offerId} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤠
> | ||
{generateDescription() && ( | ||
<DescriptionStyled | ||
dangerouslySetInnerHTML={{ __html: generateDescription() }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok for now, but potentially to be replaced with a separate component to avoid dangereouslySetInnerHTML
<IconComponent /> | ||
<SubBoxContentStyled> | ||
<BoxTextStyled | ||
dangerouslySetInnerHTML={{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
Kudos, SonarCloud Quality Gate passed!
|
Kudos, SonarCloud Quality Gate passed!
|
Description
Updates
Screenshots
Testing
Additional Notes