Skip to content

Commit

Permalink
правки модуля shelterownerstatistics
Browse files Browse the repository at this point in the history
  • Loading branch information
karlbelousov committed Jun 7, 2024
1 parent ac017ac commit c4e7602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/ShelterOwnerStatistics/ShelterOwnerStatistics.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const ShelterOwnerStatistics = ({ shelter }) => {
valueKey: shelter.count_pets,
actionText: 'Посмотреть всех питомцев',
path: `/profile/my-shelter/${shelter.id}/all-pets` },
{ 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_news, actionText: 'Посмотреть новости приюта', path: `/shelters/${shelter.id}/news` },
Expand Down

0 comments on commit c4e7602

Please sign in to comment.