diff --git a/src/components/AuthPages/AuthProfile/index.jsx b/src/components/AuthPages/AuthProfile/index.jsx
index 82d1cd8..fc92027 100644
--- a/src/components/AuthPages/AuthProfile/index.jsx
+++ b/src/components/AuthPages/AuthProfile/index.jsx
@@ -141,76 +141,9 @@ export default function AuthProfile() {
-
-
-
-
- {tabs &&
- tabs.length > 0 &&
- tabs.map((tabValue) => (
- - tabHandler(tabValue.name)}
- >
-
- {tabValue.content}
-
-
- 16
-
-
- ))}
-
-
-
-
- Upload Product
-
-
-
-
-
+
-
- {tab === "onsale" ? (
-
- ) : tab === "owned" ? (
-
- ) : tab === "created" ? (
-
- ) : tab === "hidden" ? (
-
- ) : tab === "collection" ? (
-
- ) : tab === "activity" ? (
-
- ) : (
- ""
- )}
-
diff --git a/src/components/Partials/Header.jsx b/src/components/Partials/Header.jsx
index eda0260..5fe0d28 100644
--- a/src/components/Partials/Header.jsx
+++ b/src/components/Partials/Header.jsx
@@ -627,43 +627,6 @@ export default function Header({ logoutModalHandler, sidebarHandler }) {
-
-
-
-
-
-