This commit is contained in:
a 2025-06-24 16:39:49 -05:00
parent 21b6041941
commit 0e759282b3
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -225,7 +225,7 @@ const columns = {
const stats = row.original.item.stats const stats = row.original.item.stats
const stat = stats ? stats[c] : '' const stat = stats ? stats[c] : ''
return ( return (
<div className={`flex flex-row justify-start ${stat ? 'border' : ''}`}> <div className="flex flex-row justify-start border-l border-r h-full">
<span>{stat}</span> <span>{stat}</span>
</div> </div>
) )