mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update screen/wallets/ImportWalletDiscovery.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
e82bcb4e1d
commit
4b6444bdb1
@ -164,7 +164,7 @@ const ImportWalletDiscovery: React.FC = () => {
|
||||
/>
|
||||
);
|
||||
|
||||
const keyExtractor = (w: { id: string }) => w.id;
|
||||
const keyExtractor = (w: WalletEntry) => w.id;
|
||||
|
||||
const ListHeaderComponent = useMemo(
|
||||
() => (
|
||||
|
Loading…
Reference in New Issue
Block a user