Update screen/wallets/ImportWalletDiscovery.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Marcos Rodriguez Vélez 2024-10-06 19:48:05 -04:00 committed by GitHub
parent e82bcb4e1d
commit 4b6444bdb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ const ImportWalletDiscovery: React.FC = () => {
/>
);
const keyExtractor = (w: { id: string }) => w.id;
const keyExtractor = (w: WalletEntry) => w.id;
const ListHeaderComponent = useMemo(
() => (