Update all state on profile change
This commit is contained in:
parent
96dc748733
commit
9170040acb
4 changed files with 14 additions and 4 deletions
|
@ -59,7 +59,7 @@ export const ProfileHeader = observer(function ProfileHeader({
|
|||
)
|
||||
}
|
||||
const onPressEditProfile = () => {
|
||||
store.shell.openModal(new EditProfileModel(view))
|
||||
store.shell.openModal(new EditProfileModel(view, onRefreshAll))
|
||||
}
|
||||
const onPressFollowers = () => {
|
||||
store.nav.navigate(`/profile/${view.handle}/followers`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue