Releasing new design #161

Merged
b merged 241 commits from staging into main 2024-08-21 11:38:25 +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 return profileMetadata
} }