IO-2708 Lifecycle dashboard component.

This commit is contained in:
Patrick Fic
2024-03-19 12:59:23 -07:00
parent a429756823
commit f05d909a5c
2 changed files with 4 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ export function DashboardGridComponent({currentUser, bodyshop}) {
}}
onClick={() => handleRemoveComponent(item.i)}
/>
<TheComponent className="dashboard-card" data={dashboarddata}/>
<TheComponent className="dashboard-card" bodyshop={bodyshop} data={dashboarddata}/>
</LoadingSkeleton>
</div>
);