diff --git a/src/app_modules/_global/ui/ui_header_tamplate.tsx b/src/app_modules/_global/ui/ui_header_tamplate.tsx
index 6126711c..6f6425e9 100644
--- a/src/app_modules/_global/ui/ui_header_tamplate.tsx
+++ b/src/app_modules/_global/ui/ui_header_tamplate.tsx
@@ -77,12 +77,21 @@ export default function UIGlobal_LayoutHeaderTamplate({
: router.push(routerLeft, { scroll: false });
}}
>
- {isLoading ? (
+ {/* PAKE LOADING SAAT KLIK BACK */}
+ {/* {isLoading ? (
) : iconLeft ? (
iconLeft
) : (
+ )} */}
+
+
+ {/* GA PAKE LOADING SAAT KLIK BACK */}
+ {iconLeft ? (
+ iconLeft
+ ) : (
+
)}
)}