noot
This commit is contained in:
parent
21b6041941
commit
0e759282b3
@ -225,7 +225,7 @@ const columns = {
|
||||
const stats = row.original.item.stats
|
||||
const stat = stats ? stats[c] : ''
|
||||
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>
|
||||
</div>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user