Skip to content

Instantly share code, notes, and snippets.

@eyaleizenberg
Created June 20, 2019 11:18
Show Gist options
  • Save eyaleizenberg/6ac2c930ae576399d5267b8e142c3b61 to your computer and use it in GitHub Desktop.
Save eyaleizenberg/6ac2c930ae576399d5267b8e142c3b61 to your computer and use it in GitHub Desktop.
renderTooltip() {
if (this.state.tooltipLevel === TooltipLevel.happyMoment) {
return <this.SidebarHappyMoment />;
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment