diff --git a/app/src/components/History/HistoryTable.tsx b/app/src/components/History/HistoryTable.tsx
index a68895b5..db0b0427 100644
--- a/app/src/components/History/HistoryTable.tsx
+++ b/app/src/components/History/HistoryTable.tsx
@@ -108,9 +108,7 @@ export function HistoryTable() {
{gen.profile_name}
-
- {gen.language}
-
+ {gen.language}
{formatDuration(gen.duration)}
@@ -131,7 +129,10 @@ export function HistoryTable() {
{/* Far right - Ellipsis actions */}
- e.stopPropagation()}>
+
e.stopPropagation()}
+ >