Skip to content

Commit

Permalink
Merge pull request #238 from Lapkipomoshi/dev-toVacancies
Browse files Browse the repository at this point in the history
Кнопка "Просмотреть все вакансии"
  • Loading branch information
Notsmartname committed May 23, 2024
2 parents 72e6277 + bd55761 commit 8ec5851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ShelterMetricsOverview from '../../components/ShelterMetricsOverview/Shel
const ShelterOwnerStatistics = ({ shelter }) => {
const metrics = [
{ title: 'Количество питомцев: ', valueKey: shelter.count_pets, actionText: 'Посмотреть всех питомцев', path: '/' },
{ title: 'Количество вакансий: ', valueKey: shelter.count_pets, actionText: 'Посмотреть все вакансии', path: '/' },
{ title: 'Количество вакансий: ', valueKey: shelter.count_vacancies, actionText: 'Посмотреть все вакансии', path: `/shelters/${shelter.id}/vacancies` },
{ title: 'Количество тегов: ', valueKey: shelter.count_pets, actionText: 'Посмотреть все теги', path: '/' },
{ title: 'Количество новостей: ', valueKey: shelter.count_pets, actionText: 'Посмотреть новости приюта', path: '/' },
];
Expand Down

0 comments on commit 8ec5851

Please sign in to comment.