Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created July 18, 2018 07:54
Show Gist options
  • Select an option

  • Save rajatk16/7a677727371d06188d4c3e8ce5df5a37 to your computer and use it in GitHub Desktop.

Select an option

Save rajatk16/7a677727371d06188d4c3e8ce5df5a37 to your computer and use it in GitHub Desktop.
<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