Skip to content

Commit

Permalink
Merge pull request #247 from ucdavis/srk/default-treatment
Browse files Browse the repository at this point in the history
default to treatment 3
  • Loading branch information
srkirkland authored Jul 22, 2022
2 parents 086e00f + 0b5577b commit 63a4715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/MapContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const MapContainer = () => {

const frcsInputsExample: FrcsInputs = {
system: 'Ground-Based Mech WT',
treatmentid: 1,
treatmentid: 3,
dieselFuelPrice: 2.24,
wageFaller: 35.13, // CA FallBuckWage May 2020
wageOther: 22.07, // CA AllOthersWage May 2020
Expand Down

0 comments on commit 63a4715

Please sign in to comment.