diff --git a/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx b/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx
index 671b0ee6..4335c846 100644
--- a/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx
+++ b/src/app_modules/katalog/portofolio/component/card_view_daftar.tsx
@@ -43,11 +43,16 @@ export function ComponentPortofolio_DaftarBoxView({
- {isLoading ? (
+ {/* PAKE LOADING */}
+ {/* {isLoading ? (
) : (
- )}
+ )} */}
+
+
+ {/* GA PAKE LOADING */}
+
diff --git a/src/app_modules/user_search/component/ui_user_search.tsx b/src/app_modules/user_search/component/ui_user_search.tsx
index cdefcc7c..56b3c28c 100644
--- a/src/app_modules/user_search/component/ui_user_search.tsx
+++ b/src/app_modules/user_search/component/ui_user_search.tsx
@@ -115,11 +115,15 @@ function CardView({ data }: { data: MODEL_USER }) {
- {loading ? (
+ {/* PAKE LOADING */}
+ {/* {loading ? (
) : (
- )}
+ )} */}
+
+ {/* GA PAKE LOADING */}
+