Fixes showing the list of people button when the user is blocked
This commit is contained in:
+1
-1
@@ -62,7 +62,6 @@ fun ProfileActions(
|
||||
ShowUserButton { accountViewModel.showUser(baseUser.pubkeyHex) }
|
||||
} else {
|
||||
DisplayFollowUnfollowButton(baseUser, accountViewModel)
|
||||
}
|
||||
|
||||
TextButton(
|
||||
onClick = { nav.nav(Route.PeopleListManagement(baseUser.pubkeyHex)) },
|
||||
@@ -76,3 +75,4 @@ fun ProfileActions(
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user