feat: 지붕재적합성 선택데이터 상세팝업 및 pdf용 페이지 표출 연결 #54

Merged
swyoo merged 7 commits from feature/suitable into dev 2025-06-02 15:14:59 +09:00
Showing only changes of commit cc5c3499f5 - Show all commits

View File

@ -85,6 +85,7 @@ export function useSuitable() {
}
const toSuitableDetail = (suitableDetailString: string): SuitableDetail[] => {
if (!suitableDetailString) return []
try {
const suitableDetailArray = transformObjectKeys(JSON.parse(suitableDetailString)) as SuitableDetail[]
if (!Array.isArray(suitableDetailArray)) {