updated public profile view

This commit is contained in:
blaisadmin
2026-05-20 22:14:07 -04:00
parent 1c0d57299d
commit 38dcb7f49b
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -599,6 +599,7 @@ const normalizePublicBirdProfile = (row: BirdRow) => ({
id: row.id,
workspaceId: row.workspace_id,
name: row.name,
favoriteSnack: row.favorite_snack,
gender: row.gender,
dateOfBirth: row.date_of_birth,
photoDataUrl: getBirdPhotoUrl(row),