Update importDiscovery.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-09-27 12:56:40 -04:00
parent 4f45ad1147
commit 0d131a3034
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C

View file

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