mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-15 00:23:34 +03:00
lint
This commit is contained in:
parent
7cb152321b
commit
dd75e7c099
@ -90,7 +90,7 @@ export const AssetCard = ({
|
||||
containerStyle={styles.logoContainer}
|
||||
iconSize={32}
|
||||
/>
|
||||
|
||||
|
||||
<View style={styles.cardTitleContainer}>
|
||||
<Text style={styles.textTitle}>{symbol}</Text>
|
||||
<Text style={styles.textSubtitle}>{_name}</Text>
|
||||
@ -99,7 +99,9 @@ export const AssetCard = ({
|
||||
{_inactiveTokenBtn}
|
||||
|
||||
<View style={styles.cardValuesContainer}>
|
||||
<Text style={styles.textValue} numberOfLines={1} >{value}</Text>
|
||||
<Text style={styles.textValue} numberOfLines={1}>
|
||||
{value}
|
||||
</Text>
|
||||
<Text style={styles.textSubtitleRight}>
|
||||
{`${(ownedBalance * currentValue).toFixed(6)}${currencySymbol}`}
|
||||
</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user