dont work
This commit is contained in:
@@ -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}`,
|
||||
);
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user