From fb95ee5e3fd6633f3c3c3d29c3e657d272e13073 Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Wed, 2 Sep 2026 20:28:29 -0400 Subject: [PATCH] Separate starter pack opt-out menu action --- .../components/MoreOptionsMenu.tsx | 53 +++++++++++-------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/src/screens/ProfileList/components/MoreOptionsMenu.tsx b/src/screens/ProfileList/components/MoreOptionsMenu.tsx index 82f6860ec3..533a183eda 100644 --- a/src/screens/ProfileList/components/MoreOptionsMenu.tsx +++ b/src/screens/ProfileList/components/MoreOptionsMenu.tsx @@ -234,34 +234,41 @@ export function MoreOptionsMenu({ ) : ( - - - - Report list - - - - {isReferenceList ? ( + <> + + label={_(msg`Report list`)} + onPress={reportDialogControl.open}> - {referenceListOptOut ? ( - Undo opt-out - ) : ( - Opt out of starter pack - )} + Report list + + + {isReferenceList ? ( + <> + + + + + {referenceListOptOut ? ( + Undo opt-out + ) : ( + Opt out of starter pack + )} + + + + ) : null} - + )} {isModList && isPinned && (