Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Sep 9, 2024
1 parent 7ca9e81 commit 1ca6b03
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ function WorkspaceCategoriesSettingsPage({policy, route}: WorkspaceCategoriesSet
shouldPlaceSubtitleBelowSwitch
/>
<View style={[styles.containerWithSpaceBetween]}>
<<<<<<< Updated upstream
{!!currentPolicy && listItems.length > 0 && canUseWorkspaceRules && (
=======
{!!currentPolicy && listItems && false && (
>>>>>>> Stashed changes
<>
<View style={[styles.mh5, styles.mt2, styles.mb1]}>
<Text style={[styles.headerText]}>{translate('workspace.categories.defaultSpendCategories')}</Text>
Expand Down

0 comments on commit 1ca6b03

Please sign in to comment.