Skip to content

Commit

Permalink
noti3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 16, 2024
1 parent 12c4e91 commit 1be1edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class Header {

// Добавляем обработчик события для навигации
notificationItem.addEventListener('click', () => {
navigate(`/events/${+notification.event_id}`);
navigate(`/events/${+notification.event.id}`);
});

container.appendChild(notificationItem);
Expand Down

0 comments on commit 1be1edf

Please sign in to comment.