Skip to content

Commit

Permalink
Кнопка "Посмотреть новости приюта"
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsmartname committed May 23, 2024
1 parent bd55761 commit 162defb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ShelterOwnerStatistics = ({ shelter }) => {
{ 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: '/' },
{ title: 'Количество новостей: ', valueKey: shelter.count_news, actionText: 'Посмотреть новости приюта', path: `/shelters/${shelter.id}/news` },
];
return (
<div className='shelter-owner-statistic'>
Expand Down

0 comments on commit 162defb

Please sign in to comment.