Update comment note

This commit is contained in:
Shreerang Kale 2025-02-03 19:04:41 +05:30
parent b409d43e51
commit 8553c30b0d
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ import { Heading } from 'components/shared/Heading';
import { Button } from 'components/shared/Button'; import { Button } from 'components/shared/Button';
import { useParams } from 'react-router-dom'; import { useParams } from 'react-router-dom';
// NOTE: Commented functionality to verify domain // NOTE: Commented code for verify domain functionality
// import { Tag } from 'components/shared/Tag'; // import { Tag } from 'components/shared/Tag';
// import { // import {
// CheckIcon, // CheckIcon,

View File

@ -18,7 +18,7 @@ import { Button } from 'components/shared/Button';
import { Input } from 'components/shared/Input'; import { Input } from 'components/shared/Input';
import { useToast } from 'components/shared/Toast'; import { useToast } from 'components/shared/Toast';
// NOTE: Commented redirect domain functionality // NOTE: Commented code for redirect domain functionality
// import { // import {
// Select, // Select,
// Option, // Option,

View File

@ -5,7 +5,7 @@ import { Heading } from 'components/shared/Heading';
import { Input } from 'components/shared/Input'; import { Input } from 'components/shared/Input';
import { Button } from 'components/shared/Button'; import { Button } from 'components/shared/Button';
// NOTE: Commented redirect domain functionality // NOTE: Commented code for redirect domain functionality
// import { useEffect, useState } from 'react'; // import { useEffect, useState } from 'react';
// import { InlineNotification } from 'components/shared/InlineNotification'; // import { InlineNotification } from 'components/shared/InlineNotification';
// import { Radio } from 'components/shared/Radio'; // import { Radio } from 'components/shared/Radio';

View File

@ -24,7 +24,7 @@ import { OverviewInfo } from 'components/projects/project/overview/OverviewInfo'
import { relativeTimeMs } from 'utils/time'; import { relativeTimeMs } from 'utils/time';
import { AuctionCard } from 'components/projects/project/overview/Activity/AuctionCard'; import { AuctionCard } from 'components/projects/project/overview/Activity/AuctionCard';
// NOTE: Commented elements related to domain verification // NOTE: Commented code for verify domain functionality
// import { useGQLClient } from 'context/GQLClientContext'; // import { useGQLClient } from 'context/GQLClientContext';
// import { Domain, DomainStatus } from 'gql-client'; // import { Domain, DomainStatus } from 'gql-client';
// import { // import {