Skip to content

Commit

Permalink
and subscribe too
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Nov 24, 2024
1 parent ea7308d commit 2e5a8ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/components/EventContentPage/EventContentPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ export class EventContentPage {
try {
const response = await api.post(path, request);
} catch (error) {
console.log(error);
console.log("Ошибка при загрузке события");
navigate('/login');
}
});

Expand Down

0 comments on commit 2e5a8ac

Please sign in to comment.