diff --git a/src/libs/OptionsListUtils/index.ts b/src/libs/OptionsListUtils/index.ts index 187ebbcef864..538084eb8955 100644 --- a/src/libs/OptionsListUtils/index.ts +++ b/src/libs/OptionsListUtils/index.ts @@ -2521,6 +2521,7 @@ function getValidOptions( } if ( !report.isThread && + !report.isTaskReport && 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 &&