fix: fee jump on mount (#8575)
This commit is contained in:
parent
f65ccb5427
commit
092c437557
@ -1562,15 +1562,15 @@ const SendDetails = () => {
|
||||
>
|
||||
<Text style={[styles.feeLabel, stylesHook.feeLabel]}>{loc.send.create_fee}</Text>
|
||||
|
||||
{networkTransactionFeesIsLoading ? (
|
||||
<ActivityIndicator />
|
||||
) : (
|
||||
<View style={[styles.feeRow, stylesHook.feeRow]}>
|
||||
<View style={[styles.feeRow, stylesHook.feeRow]}>
|
||||
{networkTransactionFeesIsLoading ? (
|
||||
<ActivityIndicator />
|
||||
) : (
|
||||
<Text style={stylesHook.feeValue}>
|
||||
{feePrecalc.current ? formatFee(feePrecalc.current) : feeRate + ' ' + loc.units.sat_vbyte}
|
||||
</Text>
|
||||
</View>
|
||||
)}
|
||||
)}
|
||||
</View>
|
||||
</Pressable>
|
||||
{renderCustomFeeWarning()}
|
||||
{renderCreateButton()}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user