diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx
index efa6abf8..32fd7a85 100644
--- a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx
+++ b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx
@@ -93,9 +93,6 @@ export default function THeaderCustom({
role="button"
/>
)}
- {type === "theme" && themeTitle && (
-
- )}
{kind ? (
""
) : (
@@ -107,6 +104,9 @@ export default function THeaderCustom({
}}
/>
)}
+ {type === "theme" && themeTitle && (
+
+ )}