diff --git a/client/src/javascript/components/torrent-list/TorrentListCell.tsx b/client/src/javascript/components/torrent-list/TorrentListCell.tsx index 38e0a9fe..7755ba82 100644 --- a/client/src/javascript/components/torrent-list/TorrentListCell.tsx +++ b/client/src/javascript/components/torrent-list/TorrentListCell.tsx @@ -1,3 +1,4 @@ +import classnames from 'classnames'; import React from 'react'; import DetailNotAvailableIcon from '../icons/DetailNotAvailableIcon'; @@ -23,7 +24,9 @@ const TorrentListCell: React.FC = ({ const icon = showIcon ? torrentPropertyIcons[column as keyof typeof torrentPropertyIcons] : null; return ( -
+
{icon} {content || }