Skip to content

Commit

Permalink
remove redandunt
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Oct 11, 2023
1 parent b9e3221 commit 5511846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EditRequestPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 5511846

Please sign in to comment.