diff --git a/web-new/src/components/card/HistoryCard.tsx b/web-new/src/components/card/HistoryCard.tsx
index 6ac420e8c..65a3c4faf 100644
--- a/web-new/src/components/card/HistoryCard.tsx
+++ b/web-new/src/components/card/HistoryCard.tsx
@@ -27,7 +27,6 @@ export default function HistoryCard({ allPreviews, timeline }: HistoryCardProps)
camera={timeline.camera}
allPreviews={allPreviews || []}
startTs={Object.values(timeline.entries)[0].timestamp}
- mode="thumbnail"
/>
diff --git a/web-new/src/pages/History.tsx b/web-new/src/pages/History.tsx
index 845441cb1..25914cb56 100644
--- a/web-new/src/pages/History.tsx
+++ b/web-new/src/pages/History.tsx
@@ -46,8 +46,6 @@ function History() {
cards[dayKey][hour] = {};
Object.values(hourlyTimeline["hours"][hour]).forEach((i) => {
const time = new Date(i.timestamp * 1000);
- time.setSeconds(0);
- time.setMilliseconds(0);
const key = `${i.camera}-${time.getMinutes()}`;
// detail level for saving items