[homepanel]에러부분 제거건
This commit is contained in:
@@ -145,10 +145,10 @@ export default function HomePanel({ isOnTop }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<TPanel className={css.panel} onCancel={onCancel}>
|
||||
<TBody className={css.tBody} cbScrollTo={getScrollTo}>
|
||||
{httpHeader && homeLayoutInfo && (
|
||||
<>
|
||||
<>
|
||||
{httpHeader && homeLayoutInfo && (
|
||||
<TPanel className={css.panel} onCancel={onCancel}>
|
||||
<TBody className={css.tBody} cbScrollTo={getScrollTo}>
|
||||
<div className={css.orderableFlexContainer}>
|
||||
{hasTemplateCodeWithValue(
|
||||
homeLayoutInfoDetail,
|
||||
@@ -216,21 +216,21 @@ export default function HomePanel({ isOnTop }) {
|
||||
size={null}
|
||||
type={TYPES.topButton}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</TBody>
|
||||
<TPopUp
|
||||
kind="exitPopup"
|
||||
open={popupVisible}
|
||||
onExit={onExit}
|
||||
onClose={onClose}
|
||||
hasButton
|
||||
button1Text={$L("Exit")}
|
||||
button2Text={$L("Cancel")}
|
||||
hasText
|
||||
title={$L("Exit Shop Time")}
|
||||
text={$L("Are you sure you want to exit Shop Time?")}
|
||||
/>
|
||||
</TPanel>
|
||||
</TBody>
|
||||
<TPopUp
|
||||
kind="exitPopup"
|
||||
open={popupVisible}
|
||||
onExit={onExit}
|
||||
onClose={onClose}
|
||||
hasButton
|
||||
button1Text={$L("Exit")}
|
||||
button2Text={$L("Cancel")}
|
||||
hasText
|
||||
title={$L("Exit Shop Time")}
|
||||
text={$L("Are you sure you want to exit Shop Time?")}
|
||||
/>
|
||||
</TPanel>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user