fix: Update PrimeReact and fix all compilation errors
This commit is contained in:
3
app/(main)/dashboard/ressources/page.tsx
Normal file → Executable file
3
app/(main)/dashboard/ressources/page.tsx
Normal file → Executable file
@@ -376,7 +376,7 @@ const DashboardRessources = () => {
|
||||
<Tag key={index} value={comp} severity="info" className="text-xs" />
|
||||
))}
|
||||
{rowData.competences.length > 2 && (
|
||||
<Tag value={`+${rowData.competences.length - 2}`} severity="secondary" className="text-xs" />
|
||||
<Tag value={`+${rowData.competences.length - 2}`} severity={"secondary" as any} className="text-xs" />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
@@ -718,3 +718,4 @@ const DashboardRessources = () => {
|
||||
};
|
||||
|
||||
export default DashboardRessources;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user