Merge pull request #181 from bipproduction/amalia/11-des-24

Amalia/11 des 24
This commit is contained in:
Bagasbanuna02
2024-12-11 14:17:51 +08:00
committed by GitHub
4 changed files with 25 additions and 10 deletions

View File

@@ -77,12 +77,21 @@ export default function UIGlobal_LayoutHeaderTamplate({
: router.push(routerLeft, { scroll: false });
}}
>
{isLoading ? (
{/* PAKE LOADING SAAT KLIK BACK */}
{/* {isLoading ? (
<Loader color={AccentColor.yellow} size={20} />
) : iconLeft ? (
iconLeft
) : (
<IconChevronLeft />
)} */}
{/* GA PAKE LOADING SAAT KLIK BACK */}
{iconLeft ? (
iconLeft
) : (
<IconChevronLeft />
)}
</ActionIcon>
)}