Skip to content

Commit 71a6ecd

Browse files
authored
Changed prices for cabin (#2116)
2 parents a48df64 + e667839 commit 71a6ecd

File tree

1 file changed

+6
-6
lines changed
  • frontend/src/components/pages/cabins/Admin/CabinInfoPicker

1 file changed

+6
-6
lines changed

frontend/src/components/pages/cabins/Admin/CabinInfoPicker/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@ export const CabinInfoPicker: React.FC = () => {
112112
values={cabins}
113113
defaultValues={{
114114
oksen: {
115-
internalPrice: 1100,
115+
internalPrice: 500,
116116
internalPriceWeekend: 1100,
117-
externalPrice: 3950,
118-
externalPriceWeekend: 5400,
117+
externalPrice: 2000,
118+
externalPriceWeekend: 3000,
119119
maxGuests: 18,
120120
},
121121
bjornen: {
122-
internalPrice: 1100,
122+
internalPrice: 500,
123123
internalPriceWeekend: 1100,
124-
externalPrice: 3950,
125-
externalPriceWeekend: 5400,
124+
externalPrice: 2000,
125+
externalPriceWeekend: 3000,
126126
maxGuests: 18,
127127
},
128128
}}

0 commit comments

Comments
 (0)