We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac89484 commit da47971Copy full SHA for da47971
src/components/Receive/index.tsx
@@ -20,6 +20,7 @@ export function ReceiveContainer(props) {
20
setImageUri(response);
21
})
22
.catch(err => console.log('Cannot create QR code', err));
23
+ // eslint-disable-next-line react-hooks/exhaustive-deps
24
}, []);
25
26
const shareAddress = async () => {
0 commit comments