Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Last active April 22, 2022 03:11
Show Gist options
  • Save Mohammad-Faisal/44d8e6cf3ef66b9e1a69540c3254dba0 to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/44d8e6cf3ef66b9e1a69540c3254dba0 to your computer and use it in GitHub Desktop.
const { role } = user;
if(role === ADMIN) {
return <AdminUser />
}else{
return <NormalUser />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment