Permissions
{tooltipProps => (
)}
{tooltipProps => (
)}
{tooltipProps => (
)}
{viewPermissions && userPermissions.length > 0 && (
{userPermissions.map(({ permission, roleColor }) => (
))}
)}
);
}
export default ErrorBoundary.wrap(UserPermissionsComponent, { noop: true });