title change emaildelete
This commit is contained in:
@@ -8,7 +8,6 @@ function Detail({ data }) {
|
||||
detail={`ساعت کاری: ${data.hours_of_work}`}
|
||||
/>
|
||||
<ContentDetail head="تلفن: " detail={`${data.phone_number}`} />
|
||||
<ContentDetail head="ایمیل:" detail={data.email} />
|
||||
<ContentDetail head="آدرس: " detail={data.location} />
|
||||
</ul>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user