creativecommons / chooser

The new and improved CC license selection tool.
https://chooser-beta.creativecommons.org
MIT License
98 stars 123 forks source link

[Bug] LicenseDetails not rendered #399

Closed MuluhGodson closed 2 years ago

MuluhGodson commented 2 years ago

Description

Potentially, when a user selects a license type on chooser or goes through the steps, there is a card on the right that displays the details of that specific license combination. Currently, this card is not displayed.

Reproduction

  1. npm install
  2. npm run build-component
  3. open demo.html and go through the steps
  4. See error. [LicenseDetails which should be displayed on the right side is absent]

Expectation

LicenseDetails should display correctly.

Screenshots

Wrong output

image

Correct output

image

Resolution