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

In the "sui-message" component the header and the content are not displayed #467

Open
1 task done
KebaCorp opened this issue Jul 3, 2020 · 1 comment
Open
1 task done

Comments

@KebaCorp
Copy link

KebaCorp commented Jul 3, 2020

In the "sui-message" component the header and the content are not displayed if the “icon” props is transmitted:

<!--Header and content are NOT displayed-->
<sui-message
    header="My header"
    content="My content"
    icon="info circle"
/>
<!--Header and content are displayed-->
<sui-message
    header="My header"
    content="My content"
/>
  • I'm submitting a ...

    • bug report
  • Environment:

    • Version: 0.11.0
    • Browser: Chrome 83.0.4103.116 (Official Build) (64-bit)
    • Language: ES6/7
@samuelportodossantos
Copy link

samuelportodossantos commented Oct 6, 2020

Just add this line on src/collections/Message/Message.jsx
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants