diff --git a/web/settings/relationship/friend-list-row.react.js b/web/settings/relationship/friend-list-row.react.js
--- a/web/settings/relationship/friend-list-row.react.js
+++ b/web/settings/relationship/friend-list-row.react.js
@@ -13,7 +13,7 @@
import type { UserRowProps } from './user-list.react';
function FriendListRow(props: UserRowProps): React.Node {
- const { userInfo } = props;
+ const { userInfo, onMenuVisibilityChange } = props;
const { friendUser, unfriendUser } = useRelationshipCallbacks(userInfo.id);
const buttons = React.useMemo(() => {
@@ -48,7 +48,11 @@
const editIcon =