Created
April 17, 2018 09:39
-
-
Save rajatgeekyants/ef1e6eb8c4d1eff4a399e16539a602e6 to your computer and use it in GitHub Desktop.
This file contains 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
<div className="one-col"> | |
{isRole('affiliate', user._id) && | |
<MyAffiliateInfo userId={user._id} /> | |
} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment