guardian routes

This commit is contained in:
Mikola
2024-03-15 18:18:10 +03:00
parent 727d55798a
commit f2ad6b43bd
13 changed files with 267 additions and 165 deletions

View File

@ -64,6 +64,17 @@ export const PartnerCategories = () => {
},
{
label: "Резюме",
renderCell: (item) => (
<Link
className="table__link"
to={`/candidate/${item.user_id}`}
>
Резюме
</Link>
)
},
{
label: "Отчет",
renderCell: (item) => (
<Link
className="table__link"