diff --git a/app/src/util/history.ts b/app/src/util/history.ts index b0bc54871..53d19dc1c 100644 --- a/app/src/util/history.ts +++ b/app/src/util/history.ts @@ -68,10 +68,10 @@ const renderAssets = (element: HTMLElement) => { return; } let logsHTML = ""; - response.data.histories.forEach((item: { items: { path: string, title: string }[], time: string }, index: number) => { + response.data.histories.forEach((item: { items: { path: string, title: string }[], hCreated: string }, index: number) => { logsHTML += `
  • 0 ? "" : " fn__hidden"}"> - ${item.time} + ${item.hCreated}
  • `; if (item.items.length > 0) { logsHTML += `