mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-28 13:07:56 +00:00
fix: resolve all lint warnings in mobile and web apps
This commit is contained in:
@@ -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>) => {
|
||||
|
||||
Reference in New Issue
Block a user