This commit is contained in:
rizrmd 2024-06-12 11:35:34 -07:00
parent fff9049ff6
commit ce10917c27
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ export const MDRenderMaster: FC<{
breadcrumb: () => Array<any>;
}> = ({ child, on_init, min_size, size, breadcrumb }) => {
useEffect(() => {
console.log("master");
let md = on_init();
md.header.breadcrumb = breadcrumb();
md.header.render();