fix: useSigitProfile dep
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
Remove unecessary dep and disable lint line
This commit is contained in:
parent
58f70db7f6
commit
329fd3d27b
@ -64,7 +64,8 @@ export const useSigitProfiles = (
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, [pubkeys, profileMetadata])
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
}, [pubkeys])
|
||||||
|
|
||||||
return profileMetadata
|
return profileMetadata
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user