fix: resolve all lint warnings in mobile and web apps

This commit is contained in:
2026-02-23 00:24:17 +03:00
parent 87dfc249aa
commit d8ff28175f
12 changed files with 20 additions and 9 deletions
+1
View File
@@ -194,6 +194,7 @@ export default function P2PDispute() {
return () => {
supabase.removeChannel(channel);
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [disputeId]);
const handleFileUpload = async (e: React.ChangeEvent<HTMLInputElement>) => {