handleItemClick(e, job.id)}
+ className={`flex justify-between items-center p-2 rounded hover:bg-gray-700/50 cursor-pointer transition-colors border-l-2 border-l-gray-600 ${getStatusBackgroundColor(job.status)}`}
+ >
+
+
+ {job.outputItem}
+
+
+ ID: {job.id}
+
+
+
= 0 ? 'text-green-400' : 'text-red-400'}`}>
+ {formatISK(value)}
+
+
+ ))
+ )}
+