Add an empty space to test CI

This commit is contained in:
Igor Katson 2025-08-02 09:44:43 +01:00
parent d54ef58425
commit bcba24dd3a
No known key found for this signature in database
GPG Key ID: B4EC22B66D61A3F5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export const CompactTorrentRow: React.FC<{
className={`cursor-pointer ${selected ? "bg-gray-200 dark:bg-slate-700" : ""}`}
onClick={onClick}
>
<td className="px-2 py-1 whitespace-nowrap text-xs">{torrent.id}</td>
<td className="px-2 py-1 whitespace-nowrap text-xs">{torrent.id}</td>
<td className="px-2 py-1 whitespace-nowrap">
<StatusIcon
className="w-4 h-4"