From f3fb37fcec58ccfb9232d54dfec89b8a420dd216 Mon Sep 17 00:00:00 2001 From: Rizky Date: Fri, 12 Jul 2024 09:08:26 -0700 Subject: [PATCH] fix --- comps/md/MasterDetail.tsx | 5 ++--- exports.tsx | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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";