Improve birthdate handling (#10477)

This commit is contained in:
DS Boyce
2026-05-13 13:52:59 -07:00
committed by GitHub
parent d20df78f7e
commit b41d0ad97d
4 changed files with 29 additions and 36 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export function usePreferencesQuery() {
const res = await agent.getPreferences()
// save to local storage to ensure there are labels on initial requests
saveLabelers(
void saveLabelers(
agent.did,
res.moderationPrefs.labelers.map(l => l.did),
)