edit my company
This commit is contained in:
@@ -65,7 +65,7 @@ const CompanyDetail: FC = () => {
|
||||
color='black'
|
||||
/>
|
||||
<div>
|
||||
شماره تماس : {data?.data?.company?.user?.phone}
|
||||
شماره تماس : {data?.data?.company?.phone}
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex gap-1 items-center'>
|
||||
@@ -85,7 +85,7 @@ const CompanyDetail: FC = () => {
|
||||
color='black'
|
||||
/>
|
||||
<div>
|
||||
ایمیل : {data?.data?.company?.user?.email}
|
||||
ایمیل : {data?.data?.company?.email}
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex gap-1 items-center'>
|
||||
|
||||
Reference in New Issue
Block a user