[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:
@@ -1781,8 +1781,8 @@ export default function ProductAllSection({
|
|||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
// 초기 로딩 중에는 Skeleton 표시
|
// 초기 로딩 중에는 Skeleton 표시 (비활성화됨)
|
||||||
if (isInitialLoading) {
|
if (false && isInitialLoading) {
|
||||||
return (
|
return (
|
||||||
<div className={css.detailArea}>
|
<div className={css.detailArea}>
|
||||||
<DetailPanelSkeleton />
|
<DetailPanelSkeleton />
|
||||||
|
|||||||
Reference in New Issue
Block a user