mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update WalletsCarousel.js
This commit is contained in:
parent
ea816192ce
commit
aef1e65e65
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ const WalletsCarousel = forwardRef((props, ref) => {
|
|||
({ item, index }) =>
|
||||
item ? (
|
||||
<WalletCarouselItem
|
||||
isSelectedWallet={!props.horizontal && props.selectedWallet && item ? props.selectedWallet === item.getID() : undefined}
|
||||
isSelectedWallet={!props.horizontal && props.selectedWallet ? props.selectedWallet === item.getID() : undefined}
|
||||
item={item}
|
||||
index={index}
|
||||
handleLongPress={props.handleLongPress}
|
||||
|
|
Loading…
Add table
Reference in a new issue