mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +01:00
FIX: crash on refresh button #2256
This commit is contained in:
parent
b18f719209
commit
14a9b38632
@ -208,7 +208,7 @@ const WalletsList = () => {
|
|||||||
{`${loc.transactions.list_title}${' '}`}
|
{`${loc.transactions.list_title}${' '}`}
|
||||||
</Text>
|
</Text>
|
||||||
{isCatalyst && (
|
{isCatalyst && (
|
||||||
<TouchableOpacity style={style} onPress={refreshTransactions} disabled={isLoading}>
|
<TouchableOpacity style={style} onPress={() => refreshTransactions(true)} disabled={isLoading}>
|
||||||
<Icon name="refresh" type="font-awesome" color={colors.feeText} />
|
<Icon name="refresh" type="font-awesome" color={colors.feeText} />
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user