Implement profile updates

This commit is contained in:
Paul Frazee
2022-11-11 14:15:43 -06:00
parent 3a6bb19cad
commit 04b081bbd7
9 changed files with 24 additions and 33 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export const ProfileHeader = observer(function ProfileHeader({
if (isCreator) {
dropdownItems.push({
label: 'Edit Profile',
onPress: () => {}, // TODO
onPress: onPressEditProfile,
})
}
if (isMember) {