[251216] fix: DetailPanel skeleton비활성화

🕐 커밋 시간: 2025. 12. 16. 17:11:50

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +2줄
  • 삭제: -2줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx

🔧 주요 변경 내용:
  • 코드 정리 및 최적화
This commit is contained in:
2025-12-16 17:11:50 +09:00
parent dba79789a8
commit 92964a5063

View File

@@ -1781,8 +1781,8 @@ export default function ProductAllSection({
};
}, []);
// 초기 로딩 중에는 Skeleton 표시
if (isInitialLoading) {
// 초기 로딩 중에는 Skeleton 표시 (비활성화됨)
if (false && isInitialLoading) {
return (
<div className={css.detailArea}>
<DetailPanelSkeleton />