fix: useSigitProfiles dep, map item keys warnining, sign button styles, placeholder, optional button label #160
@ -64,7 +64,8 @@ export const useSigitProfiles = (
|
||||
})
|
||||
}
|
||||
}
|
||||
}, [pubkeys, profileMetadata])
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [pubkeys])
|
||||
|
||||
return profileMetadata
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user