guardian routes
This commit is contained in:
@ -65,10 +65,7 @@ export const PartnerCategories = () => {
|
||||
{
|
||||
label: "Резюме",
|
||||
renderCell: (item) => (
|
||||
<Link
|
||||
className="table__link"
|
||||
to={`/candidate/${item.user_id}`}
|
||||
>
|
||||
<Link className="table__link" to={`/candidate/${item.user_id}`}>
|
||||
Резюме
|
||||
</Link>
|
||||
)
|
||||
|
Reference in New Issue
Block a user