mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
commit
2fc1e3f1e9
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 (
|
||||
<SafeBlueArea style={[styles.root, stylesHook.root]}>
|
||||
|
|
Loading…
Add table
Reference in a new issue