chore: remove unused code

This commit is contained in:
SethBurkart123
2024-02-26 18:28:50 +11:00
parent fbe2ae3347
commit 08c5e8978a
-1
View File
@@ -48,7 +48,6 @@ function Picker() {
return () => { return () => {
window.removeEventListener("message", handleMessage); window.removeEventListener("message", handleMessage);
}; };
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []); }, []);
useEffect(() => { useEffect(() => {