Skip to content

Commit 0b5577b

Browse files
committed
default to treatment 3
1 parent 086e00f commit 0b5577b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Map/MapContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const MapContainer = () => {
114114

115115
const frcsInputsExample: FrcsInputs = {
116116
system: 'Ground-Based Mech WT',
117-
treatmentid: 1,
117+
treatmentid: 3,
118118
dieselFuelPrice: 2.24,
119119
wageFaller: 35.13, // CA FallBuckWage May 2020
120120
wageOther: 22.07, // CA AllOthersWage May 2020

0 commit comments

Comments
 (0)