diff --git a/src/renderer/pages/HistoryPage.tsx b/src/renderer/pages/HistoryPage.tsx index 20d2163..a5208da 100644 --- a/src/renderer/pages/HistoryPage.tsx +++ b/src/renderer/pages/HistoryPage.tsx @@ -84,7 +84,7 @@ export function HistoryPage(): React.ReactElement { }, [activeTag]) return ( - + {/* 페이지 헤더 -- 각인 스타일 */} - {/* 항목 */} - + {/* 항목 — 반응형 그리드 */} + {group.entries.map((entry: HistoryEntry) => (