RoleAware helps you hide some elements based on current user's roles.
For example:
<RoleAware rolesAllowed={[Role.ADMIN, Role.ORG_ADMIN]}>
<Link href="/dashboard/orders">Orders</Link>
</RoleAware>
In this instance the link will not be visible if user is not either ADMIN or ORG_ADMIN