fix: KöPi - nur König Pilsener anzeigen, Flaschengröße ergänzt
This commit is contained in:
@@ -128,8 +128,9 @@ function GridOfferCard({ offer }) {
|
||||
{offer.price}
|
||||
</div>
|
||||
)}
|
||||
{offer.baseUnit && (
|
||||
<div style={{ color:'rgba(255,255,255,0.3)', fontFamily:'monospace', fontSize:9 }}>
|
||||
{(offer.size || offer.baseUnit) && (
|
||||
<div style={{ color:'rgba(255,255,255,0.35)', fontFamily:'monospace', fontSize:10, marginTop:2 }}>
|
||||
{offer.size && <span>{offer.size} · </span>}
|
||||
{offer.baseUnit}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user