dont work

This commit is contained in:
Виталий Лавшонок
2025-11-06 15:09:10 +03:00
parent dc6df1480e
commit 1b39b8c77f
6 changed files with 546 additions and 42 deletions

View File

@@ -93,7 +93,7 @@ const ContestItem: React.FC<ContestItemProps> = ({
onClick={(e) => {
e.stopPropagation();
navigate(
`/contest/editor?back=/home/account/articles&articleId=${id}`,
`/contest/create?back=/home/account/contests&contestId=${id}`,
);
}}
/>