Created
June 20, 2019 11:18
-
-
Save eyaleizenberg/6ac2c930ae576399d5267b8e142c3b61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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