Skip to content

Instantly share code, notes, and snippets.

@norbajunior
Last active November 27, 2017 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norbajunior/f9939959247e3638dc77868e80368929 to your computer and use it in GitHub Desktop.
Save norbajunior/f9939959247e3638dc77868e80368929 to your computer and use it in GitHub Desktop.
class TopBarNotification extends Component {
render() {
return this.props.notifications.map((notification) => {
return <Notification {...notification} />
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment