diff --git a/apps/gamification/next-env.d.ts b/apps/gamification/next-env.d.ts index 4f11a03dc6cc3..a4a7b3f5cfa2f 100755 --- a/apps/gamification/next-env.d.ts +++ b/apps/gamification/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/apps/gamification/views/Quest/components/Tasks/Task.tsx b/apps/gamification/views/Quest/components/Tasks/Task.tsx index 0a468ec96f480..ccc1a6e7b0396 100644 --- a/apps/gamification/views/Quest/components/Tasks/Task.tsx +++ b/apps/gamification/views/Quest/components/Tasks/Task.tsx @@ -25,7 +25,7 @@ import { useSession } from 'next-auth/react' import { useRouter } from 'next/router' import { useCallback, useEffect, useMemo, useState } from 'react' import { styled } from 'styled-components' -import { StyledOptionIcon } from 'views/DashboardQuestEdit/components/Tasks/StyledOptionIcon' +// import { StyledOptionIcon } from 'views/DashboardQuestEdit/components/Tasks/StyledOptionIcon' import { TaskBlogPostConfig, TaskConfigType, @@ -432,7 +432,7 @@ export const Task: React.FC = ({ questId, task, taskStatus, hasIdRegi {taskIcon(taskType)} - {task.isOptional && } + {/* {task.isOptional && } */} {title || taskNaming(taskType)} diff --git a/apps/gamification/views/Quest/components/Tasks/index.tsx b/apps/gamification/views/Quest/components/Tasks/index.tsx index d8bc087b7c649..ddd790436be2c 100644 --- a/apps/gamification/views/Quest/components/Tasks/index.tsx +++ b/apps/gamification/views/Quest/components/Tasks/index.tsx @@ -5,13 +5,12 @@ import { GAMIFICATION_PUBLIC_API } from 'config/constants/endpoints' import { useProfile } from 'hooks/useProfile' import { useSiwe } from 'hooks/useSiwe' import { styled } from 'styled-components' -import { OptionIcon } from 'views/DashboardQuestEdit/components/Tasks/OptionIcon' +import { logGTMClickStartQuestEvent } from 'utils/customGTMEventTracking' import { SingleQuestData } from 'views/DashboardQuestEdit/hooks/useGetSingleQuestData' import { MakeProfileModal } from 'views/Quest/components/MakeProfileModal' import { Task } from 'views/Quest/components/Tasks/Task' import { VerifyTaskStatus } from 'views/Quest/hooks/useVerifyTaskStatus' import { useAccount } from 'wagmi' -import { logGTMClickStartQuestEvent } from 'utils/customGTMEventTracking' const OverlapContainer = styled(Box)` position: absolute; @@ -160,7 +159,7 @@ export const Tasks: React.FC = ({ /> ))} - {hasOptionsInTasks && ( + {/* {hasOptionsInTasks && ( @@ -181,7 +180,7 @@ export const Tasks: React.FC = ({ )} - )} + )} */} {(!account || !isSiweValid || (isSocialHubFetched && !hasIdRegister)) && !isQuestFinished && ( {account ? (