diff --git a/src/libs/OptionsListUtils/index.ts b/src/libs/OptionsListUtils/index.ts index 9c0ea5e892a2..64477eb39d8d 100644 --- a/src/libs/OptionsListUtils/index.ts +++ b/src/libs/OptionsListUtils/index.ts @@ -2518,6 +2518,7 @@ function getValidOptions( !report.isThread && report.item?.chatType !== CONST.REPORT.CHAT_TYPE.SELF_DM && report.item?.chatType !== CONST.REPORT.CHAT_TYPE.POLICY_ADMINS && + report.item?.chatType !== CONST.REPORT.CHAT_TYPE.GROUP && !report.private_isArchived ) { const participant = report.item?.participants?.[currentUserAccountID];