diff --git a/app/src/util/history.ts b/app/src/util/history.ts index 7002c2ffe..e2813d63c 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -125,7 +125,7 @@ const renderRepo = (element: Element, currentPage: number) => { return; } let repoHTML = ""; - response.data.logs.forEach((item: { memo: string, id: string, hCreated: string, count: number, hSize: string }) => { + response.data.snapshots.forEach((item: { memo: string, id: string, hCreated: string, count: number, hSize: string }) => { repoHTML += `
  • ${item.hCreated}${escapeHtml(item.memo)}${item.hSize}