From c7d2e95e4a75b1dec5ce2d44e2f321d100fbc99d Mon Sep 17 00:00:00 2001 From: rizky Date: Tue, 2 Apr 2024 01:23:49 -0700 Subject: [PATCH] fix bread --- comps/custom/Breadcrumb.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/comps/custom/Breadcrumb.tsx b/comps/custom/Breadcrumb.tsx index 544dccf..ba6ca9c 100755 --- a/comps/custom/Breadcrumb.tsx +++ b/comps/custom/Breadcrumb.tsx @@ -4,7 +4,8 @@ import { Skeleton } from "../ui/skeleton"; type BreadcrumbProps = { on_load: () => Promise; - props: any; + className?: string; + props?: any; }; export const Breadcrumb: FC = (_arg) => { @@ -31,7 +32,12 @@ export const Breadcrumb: FC = (_arg) => { }, [on_load]); return ( -
+
{local.status !== "ready" ? ( ) : (