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 && (