[Home] httpHeader 조건문 추가
Detail Notes : 1. TV에서 Home이 정상적으로 출력이 안됨 > 너무 빨리 dispatch를 날려서 header 정보가 있을 경우에만 dispatch 하도록 처리
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user