Skip to content

Commit

Permalink
removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Jan 29, 2025
1 parent 05eae87 commit 19131de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions app/analytics/[questId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import {
import { numberWithCommas } from "@utils/numberService";
import { CDNImg } from "@components/cdn/image";
import { useMediaQuery } from "@mui/material";
// import AnalyticsSkeleton from "@components/skeletons/analyticsSkeleton";
import { QuestDefault } from "@constants/common";
import Typography from "@components/UI/typography/typography";
import { TEXT_TYPE } from "@constants/typography";
Expand Down Expand Up @@ -201,15 +200,6 @@ export default function Page({ params }: BoostQuestPageProps) {
<div className={styles.backButton}>
<BackButton onClick={() => router.back()} />
</div>
{/*
{loading ? (
<div className="flex items-center justify-center w-full ">
<div className="w-full flex flex-col max-w-[950px]">
<AnalyticsSkeleton />
</div>
</div>
) : (
<> */}
<div className="flex flex-col items-center justify-center mb-16">
{isQuestLoading ? (
<QuestHeaderSkeleton />
Expand Down Expand Up @@ -488,8 +478,6 @@ export default function Page({ params }: BoostQuestPageProps) {
</div>
)}
</div>
{/* </>
)} */}
</div>
);
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19131de

Please sign in to comment.