mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-06 09:16:29 +02:00
Fix warning in hero roadmap
This commit is contained in:
@@ -192,7 +192,7 @@ export function HeroRoadmaps(props: ProgressListProps) {
|
|||||||
const canManageTeam = ['admin', 'manager'].includes(currentTeam?.role!);
|
const canManageTeam = ['admin', 'manager'].includes(currentTeam?.role!);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mt-5">
|
<div className="mt-5" key={teamName}>
|
||||||
{
|
{
|
||||||
<HeroTitle
|
<HeroTitle
|
||||||
icon={<Users2 className="mr-1.5 h-[14px] w-[14px]" />}
|
icon={<Users2 className="mr-1.5 h-[14px] w-[14px]" />}
|
||||||
|
Reference in New Issue
Block a user