Skip to content

Commit

Permalink
Remove redundant enabled flag
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetlath committed Jun 10, 2024
1 parent 0ffd66c commit 34f0aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/actions/Policy/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,6 @@ function buildOptimisticCustomUnits(): OptimisticCustomUnits {
rate: CONST.CUSTOM_UNITS.MILEAGE_IRS_RATE * CONST.POLICY.CUSTOM_UNIT_RATE_BASE_OFFSET,
enabled: true,
currency,
enabled: true,
},
},
},
Expand Down

0 comments on commit 34f0aa9

Please sign in to comment.