diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index 4beeeef..65e4908 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -690,7 +690,7 @@ export default function News() { const platform = platformMatch ? platformMatch[1].trim() : '-' const seller = sellerMatch ? sellerMatch[1].trim() : '-' const dealDate = dateMatch ? dateMatch[1].trim() : item.deal_date || '-' - const grade = gradeMatch ? gradeMatch[1].trim() : '' + const grade = gradeMatch ? gradeMatch[1].trim() : (item.grading_score || '') const gradingCompany = item.grading_company || '' const serial = (item.title || '').split('-')[0] || ''