diff --git a/apps/web/components/profile/data-card/index.tsx b/apps/web/components/profile/data-card/index.tsx index 1aae939..18d74d0 100644 --- a/apps/web/components/profile/data-card/index.tsx +++ b/apps/web/components/profile/data-card/index.tsx @@ -1,11 +1,9 @@ 'use client'; import { type ProfileProps } from '../types'; -import { CheckboxWithText } from './checkbox-field'; import { DataField } from './text-field'; import { CardSectionHeader } from '@/components/ui'; import { useCustomerMutation, useCustomerQuery } from '@/hooks/api/customers'; -import { Enum_Customer_Role as Role } from '@repo/graphql/types'; import { Button } from '@repo/ui/components/ui/button'; import { Card } from '@repo/ui/components/ui/card'; import Link from 'next/link'; @@ -49,7 +47,7 @@ export function ProfileDataCard() { value={customer?.name ?? ''} /> - @@ -58,7 +56,7 @@ export function ProfileDataCard() { }) } text="Быть мастером" - /> + /> */} );