You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make more information card multi-column; include add to collection input (#13665)
* Make more information card multi-column; include add to collection input
* rework components to not return Definition to make Flow happy
* change implementation to hide empty dt/dd with css instead
* revert reworking and css implemention; relax typing on DefintionList intead
* circular reference fix
* Fix type issue by moving state to the AddonMoreInfo component. (#13677)
Follow the pattern for other more info links where we define the content in listContent and pass it to renderDefinitionList and conditionally render the expected <Definition> element only if the content is truthy
---------
Co-authored-by: Kevin Meinhardt <[email protected]>
0 commit comments