feat: rm fallback tooltip

This commit is contained in:
Rohit
2025-01-28 00:49:08 +05:30
parent 55ddd5db5c
commit 2d93465a75

View File

@@ -324,7 +324,7 @@ export const RunsTable: React.FC<RunsTableProps> = ({
<Tooltip
title={
(column.id === 'startedAt' || column.id === 'finishedAt')
? t('runstable.sort_tooltip', 'Click to sort')
? t('runstable.sort_tooltip')
: ''
}
>