diff --git a/src/pages/EditRequestPage.js b/src/pages/EditRequestPage.js index 7124399eb18b..28e70dc1a47e 100644 --- a/src/pages/EditRequestPage.js +++ b/src/pages/EditRequestPage.js @@ -126,7 +126,7 @@ function EditRequestPage({betas, report, route, parentReport, policy, session, p const shouldShowCategories = isPolicyExpenseChat && Permissions.canUseCategories(betas) && (transactionCategory || OptionsListUtils.hasEnabledOptions(lodashValues(policyCategories))); // A flag for showing the tags page - const shouldShowTags = true; + const shouldShowTags = isPolicyExpenseChat && Permissions.canUseTags(betas) && (transactionTag || OptionsListUtils.hasEnabledOptions(lodashValues(policyTagList))); // Dismiss the modal when the request is paid or deleted useEffect(() => {