diff --git a/comps/md/MasterDetail.tsx b/comps/md/MasterDetail.tsx index e0398ef..5067074 100755 --- a/comps/md/MasterDetail.tsx +++ b/comps/md/MasterDetail.tsx @@ -102,15 +102,14 @@ export const MasterDetail: FC = (arg) => { "c-flex-1 c-flex-col c-flex c-w-full c-h-full" )} > - asidnoas makaro rakundo - {/* {md.props.show_head === "always" && } + {md.props.show_head === "always" && } {md.status === "ready" && ( <> {md.props.mode === "full" && } {md.props.mode === "v-split" && } {md.props.mode === "h-split" && } - )} */} + )} ); }; diff --git a/exports.tsx b/exports.tsx index 3b86539..bd2f377 100755 --- a/exports.tsx +++ b/exports.tsx @@ -117,7 +117,7 @@ export { ShowHidePanel } from "@/comps/custom/ShowHidePanel"; export { PanelBody } from "@/comps/tab/parts/PanelBody"; export { PanelHeader } from "@/comps/tab/parts/PanelHead"; export { PanelTab } from "@/comps/tab/Tab"; - + /*Popup*/ export { Popup } from "@/comps/popup/PopUp";