Skip to content

Commit da47971

Browse files
committed
lint fix
1 parent ac89484 commit da47971

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Receive/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export function ReceiveContainer(props) {
2020
setImageUri(response);
2121
})
2222
.catch(err => console.log('Cannot create QR code', err));
23+
// eslint-disable-next-line react-hooks/exhaustive-deps
2324
}, []);
2425

2526
const shareAddress = async () => {

0 commit comments

Comments
 (0)