forked from a/lifeto-shop
noot
This commit is contained in:
parent
21b6041941
commit
0e759282b3
@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user