Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Created April 23, 2021 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Mohammad-Faisal/01b85e9570a74d359a284d859de33979 to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/01b85e9570a74d359a284d859de33979 to your computer and use it in GitHub Desktop.
const { role } = user;
return role === ADMIN ? <AdminUser /> : <NormalUser />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment