group posts
This commit is contained in:
@@ -22,8 +22,6 @@ const Contests = () => {
|
||||
dispatch(fetchRegisteredContests({}));
|
||||
}, []);
|
||||
|
||||
console.log(myContestsState);
|
||||
|
||||
return (
|
||||
<div className="h-full w-full relative flex flex-col text-[60px] font-bold p-[20px] gap-[20px]">
|
||||
{/* Контесты, в которых я участвую */}
|
||||
|
||||
Reference in New Issue
Block a user