Skip to content

Instantly share code, notes, and snippets.

@ravewebdev
Created July 14, 2020 22:52
Show Gist options
  • Save ravewebdev/f3212cd1a88d6329a7dc526ed051918c to your computer and use it in GitHub Desktop.
Save ravewebdev/f3212cd1a88d6329a7dc526ed051918c to your computer and use it in GitHub Desktop.
4.2.5. Display update notice
{ null !== notice && (
<span
className={ `notice ${notice.type}` }
role={ 'error' === notice.type ? 'alert' : 'status' }
>
{ notice.message }
</span>
) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment