atdalīts no vergnet/application-amicale
fix price decimals
Šī revīzija ir iekļauta:
vecāks
92eedda98b
revīzija
115534f1c6
1 mainīti faili ar 3 papildinājumiem un 1 dzēšanām
|
|
@ -244,7 +244,9 @@ function ProximoListScreen(props: Props) {
|
||||||
>
|
>
|
||||||
{`${item.quantity} ${i18n.t('screens.proximo.inStock')}`}
|
{`${item.quantity} ${i18n.t('screens.proximo.inStock')}`}
|
||||||
</Subheading>
|
</Subheading>
|
||||||
<Subheading style={styles.modalTitle}>{item.price}€</Subheading>
|
<Subheading style={styles.modalTitle}>
|
||||||
|
{item.price.toFixed(2)}€
|
||||||
|
</Subheading>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<ScrollView>
|
<ScrollView>
|
||||||
|
|
|
||||||
Notiek ielāde…
Atsaukties uz šo jaunā problēmā