Last active
December 29, 2019 02:35
-
-
Save ryanpedersen42/5b50ae241c8d27116b39ed4a96e05373 to your computer and use it in GitHub Desktop.
Header Profile
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
<ProfileHover | |
className='option' | |
orientation='left' | |
showName | |
noTheme | |
address={user.ethAddress} | |
> | |
<div className='option'> | |
{user.userProfile.name ? user.userProfile.name : user.ethAddress} | |
</div> | |
</ProfileHover> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment