mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 04:41:43 +03:00
updated post boost screen text
This commit is contained in:
parent
3ce5d2c6e5
commit
15500a6ddc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user