Merge pull request #3920 from BlueWallet/revert

Revert
This commit is contained in:
GLaDOS 2021-09-27 19:02:21 +01:00 committed by GitHub
commit 2fc1e3f1e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]}>