diff --git a/frontend/src/pages/HistoryPage.jsx b/frontend/src/pages/HistoryPage.jsx
index 6aa6112..f7a4df7 100644
--- a/frontend/src/pages/HistoryPage.jsx
+++ b/frontend/src/pages/HistoryPage.jsx
@@ -1126,7 +1126,7 @@ export default function HistoryPage() {
-
{`RAW (${previewRawExisting.length}/${previewRawPaths.length})`}
+ RAW
{previewRawPaths.length > 0 ? (() => {
const display = previewRawPaths.filter(p => p.exists).length > 0
? previewRawPaths.filter(p => p.exists)
@@ -1149,7 +1149,7 @@ export default function HistoryPage() {
-
{`${deleteEntryOutputShortLabel} (${previewMovieExisting.length}/${previewMoviePaths.length})`}
+ {deleteEntryOutputShortLabel}
{previewMoviePaths.length > 0 ? (() => {
const display = previewMoviePaths.filter(p => p.exists).length > 0
? previewMoviePaths.filter(p => p.exists)