Skip to content

Commit 5cbc38b

Browse files
committed
Fix prettier
1 parent a65c002 commit 5cbc38b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/settings/Rules/RulePageBase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function RulePageBase({titleKey, testID, hash}: RulePageBaseProps) {
170170
title: form?.merchant,
171171
onPress: () => navigateTo(CONST.EXPENSE_RULES.FIELDS.RENAME_MERCHANT, hash),
172172
},
173-
(form?.category || hasPolicyCategories)
173+
form?.category || hasPolicyCategories
174174
? {
175175
key: 'category',
176176
description: translate('common.category'),

0 commit comments

Comments
 (0)