Skip to content

Commit

Permalink
fix: add missing import in detail profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew4Coding committed Aug 23, 2024
1 parent a0fd43d commit 66f785a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ProfilePageModules/sections/DetailProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import { useUserData } from '@/hooks/user'
import { Pencil } from 'lucide-react'
import { PandaImages } from '../constant'
import { toast } from '@/components/ui/Toast'
import { useState } from 'react'
import { updateMyPersonalData } from '@/lib/api/user'

interface FieldProps {
label: string
Expand Down

0 comments on commit 66f785a

Please sign in to comment.