forked from vergnet/application-amicale
Improved proximo article list display
This commit is contained in:
parent
65f69a8748
commit
cb9c7c6ada
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ export default class ProximoListScreen extends React.Component<Props, State> {
|
||||||
{item.quantity + ' ' + i18n.t('proximoScreen.inStock')}
|
{item.quantity + ' ' + i18n.t('proximoScreen.inStock')}
|
||||||
</Text>
|
</Text>
|
||||||
</Body>
|
</Body>
|
||||||
<Right style={{flex: 1}}>
|
<Right>
|
||||||
<Text>
|
<Text style={{fontWeight: "bold"}}>
|
||||||
{item.price}€
|
{item.price}€
|
||||||
</Text>
|
</Text>
|
||||||
</Right>
|
</Right>
|
||||||
|
|
Loading…
Reference in a new issue