upd: button back

Deskripsi:
- ilangin loading button back

No s
No Issues
This commit is contained in:
amel
2024-12-11 11:51:34 +08:00
parent e9520be39b
commit 97fe458e1d

View File

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