mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update importDiscovery.js
This commit is contained in:
parent
4f45ad1147
commit
0d131a3034
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ const ImportWalletDiscovery = () => {
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
const keyExtractor = (w, index) => `${w.id}_${index}`;
|
const keyExtractor = w => `${w.id}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SafeBlueArea style={[styles.root, stylesHook.root]}>
|
<SafeBlueArea style={[styles.root, stylesHook.root]}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue