mirror of https://github.com/ikatson/rqbit
Add an empty space to test CI
This commit is contained in:
parent
d54ef58425
commit
bcba24dd3a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue