group posts
This commit is contained in:
@@ -73,7 +73,6 @@ const ContestItem: React.FC<ContestItemProps> = ({
|
||||
: ' bg-liquid-background',
|
||||
)}
|
||||
onClick={() => {
|
||||
console.log(456);
|
||||
navigate(`/contest/${id}`);
|
||||
}}
|
||||
>
|
||||
@@ -99,12 +98,7 @@ const ContestItem: React.FC<ContestItemProps> = ({
|
||||
{statusRegister == 'reg' ? (
|
||||
<>
|
||||
{' '}
|
||||
<PrimaryButton
|
||||
onClick={() => {
|
||||
console.log(123);
|
||||
}}
|
||||
text="Регистрация"
|
||||
/>
|
||||
<PrimaryButton onClick={() => {}} text="Регистрация" />
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user