diff --git a/src/authz-module/components/RoleCard/index.tsx b/src/authz-module/components/RoleCard/index.tsx index 9b2f9f3..1c15466 100644 --- a/src/authz-module/components/RoleCard/index.tsx +++ b/src/authz-module/components/RoleCard/index.tsx @@ -18,7 +18,7 @@ interface RoleCardProps extends CardTitleProps { permissions: any[]; } -const CardTitle = ({ title, userCounter }: CardTitleProps) => ( +const CardTitle = ({ title, userCounter = null }: CardTitleProps) => (