diff --git a/app/component/uploadFile/index.js b/app/component/uploadFile/index.js
index a0f3cbd..8d1dfd4 100644
--- a/app/component/uploadFile/index.js
+++ b/app/component/uploadFile/index.js
@@ -43,27 +43,31 @@ function UploadFile({ image, setImage }) {
className="contents"
onChange={handleChange}
/>
- {image ? (
-
- ) : (
-
- )}
-
+ {image ? (
+
+ ) : (
+
+ )}
+
+
>
);
}
diff --git a/components/panel/addDoctor/listMenu/generalInformation/Head.js b/components/panel/addDoctor/listMenu/generalInformation/Head.js
index ece237c..4a61abc 100644
--- a/components/panel/addDoctor/listMenu/generalInformation/Head.js
+++ b/components/panel/addDoctor/listMenu/generalInformation/Head.js
@@ -4,11 +4,7 @@ import { useState } from "react";
function Head() {
const [image, setImage] = useState("");
- return (
-
-
-
- );
+ return ;
}
export default Head;
diff --git a/components/panel/userAccount/account/Head.js b/components/panel/userAccount/account/Head.js
index a299448..e0b5c9a 100644
--- a/components/panel/userAccount/account/Head.js
+++ b/components/panel/userAccount/account/Head.js
@@ -6,11 +6,7 @@ import { useState } from "react";
function Head() {
const [image, setImage] = useState("");
- return (
-
-
-
- );
+ return ;
}
export default Head;