[Home] httpHeader 조건문 추가

Detail Notes :
 
1. TV에서 Home이 정상적으로 출력이 안됨
> 너무 빨리 dispatch를 날려서 header 정보가 있을 경우에만 dispatch 하도록 처리
This commit is contained in:
jangheon Pyo
2024-04-01 16:22:03 +09:00
parent ca1f8fd620
commit 95f2a3271d

View File

@@ -147,7 +147,7 @@ export default function HomePanel({ isOnTop }) {
return (
<TPanel className={css.panel} onCancel={onCancel}>
<TBody className={css.tBody} cbScrollTo={getScrollTo}>
{homeLayoutInfo && (
{httpHeader && homeLayoutInfo && (
<>
<div className={css.orderableFlexContainer}>
{hasTemplateCodeWithValue(