diff --git a/components/contactUs/Connect.js b/components/contactUs/Connect.js
index 3bb176c..8f7b349 100644
--- a/components/contactUs/Connect.js
+++ b/components/contactUs/Connect.js
@@ -21,10 +21,10 @@ function Connect() {
-
+
-
+
diff --git a/components/panel/addDoctor/index.js b/components/panel/addDoctor/index.js
index 2780201..f643d2b 100644
--- a/components/panel/addDoctor/index.js
+++ b/components/panel/addDoctor/index.js
@@ -12,7 +12,7 @@ function AddDoctorPage() {
const [value, setValue] = useState(0);
const [data, setData] = useState({
general: {
- name: { value: "", placeholder: "احسان احمدی", isEdit: true },
+ name: { value: "", placeholder: "", isEdit: true },
medical_system_number: {
value: "",
placeholder: 1741025645,
diff --git a/components/panel/userAccount/account/form/index.js b/components/panel/userAccount/account/form/index.js
index a1607e5..717d9fd 100644
--- a/components/panel/userAccount/account/form/index.js
+++ b/components/panel/userAccount/account/form/index.js
@@ -17,8 +17,8 @@ const validate_phone_number = {
function Form() {
const [data, setData] = useState({
- name: { value: "احسان احمدی", isEdit: true },
- national_code: { value: "123456789", isEdit: true },
+ name: { value: "", isEdit: true },
+ national_code: { value: "", isEdit: true },
address: { value: "", isEdit: true },
phone: { value: "", isEdit: true },
account_number: { value: "", isEdit: true },
diff --git a/components/panel/userAccount/index.js b/components/panel/userAccount/index.js
index 3eb1357..cbf8e20 100644
--- a/components/panel/userAccount/index.js
+++ b/components/panel/userAccount/index.js
@@ -8,7 +8,7 @@ import Tab from "./Tab";
const listTab = ["حساب کاربری", "حساب بانکی"];
function UserAccountPage({ data }) {
- const [value, setValue] = useState(1);
+ const [value, setValue] = useState(0);
const [loading, setLoading] = useState(true);
useEffect(() => {