Skip to content

Commit

Permalink
Update mileage rate
Browse files Browse the repository at this point in the history
closes #955
  • Loading branch information
hackartisan committed Nov 15, 2023
1 parent ff91265 commit 543da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/components/travelEstimateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
let foundIndex = this.find_expense(expense)
this.expenseData[foundIndex].cost_type = inputVal
if(inputVal === 'personal_auto'){
this.expenseData[foundIndex].amount = 65.5
this.expenseData[foundIndex].amount = .655
} else {
this.expenseData[foundIndex].amount = null
}
Expand Down

0 comments on commit 543da1c

Please sign in to comment.