mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +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}${' '}`}
|
||||
</Text>
|
||||
{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} />
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user