updated post boost screen text

This commit is contained in:
ue 2019-08-09 10:37:53 +03:00
parent 3ce5d2c6e5
commit 15500a6ddc

View File

@ -237,7 +237,7 @@ class BoostPostScreen extends PureComponent {
<View style={styles.total}>
<Text style={styles.price}>
{`${getESTMPrice(calculatedESTM).toFixed(3)} $ `}
{` $${getESTMPrice(calculatedESTM).toFixed(3)} ~ `}
</Text>
<Text style={styles.esteem}>{`${calculatedESTM} ESTM`}</Text>
</View>