fix: useSigitProfiles dep, map item keys warnining, sign button styles, placeholder, optional button label #160

Merged
enes merged 7 commits from fix-collection-21-8 into staging 2024-08-21 11:15:45 +00:00
Showing only changes of commit 329fd3d27b - Show all commits

View File

@ -64,7 +64,8 @@ export const useSigitProfiles = (
})
}
}
}, [pubkeys, profileMetadata])
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [pubkeys])
return profileMetadata
}