diff --git a/webview-ui/src/components/history/HistoryPreview.tsx b/webview-ui/src/components/history/HistoryPreview.tsx
index f81d8ddacf..a86082a267 100644
--- a/webview-ui/src/components/history/HistoryPreview.tsx
+++ b/webview-ui/src/components/history/HistoryPreview.tsx
@@ -35,6 +35,12 @@ const HistoryPreview = ({ showHistoryView }: HistoryPreviewProps) => {
{formatDate(item.ts)}
+
+ ({item.number === 0 ? "Main" : item.number})
+