File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
frontend/src/components/pages/cabins Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ export const BookNow: React.FC = () => {
1414 < Stack direction = "row" justifyContent = "space-between" alignItems = "center" sx = { { height : "100%" } } >
1515 < Stack direction = "column" >
1616 < Typography variant = "h4" gutterBottom >
17- Priser
17+ Priser per natt
1818 </ Typography >
1919 < Typography variant = "subtitle1" > Hel hytte</ Typography >
2020 < Divider />
21- < Typography variant = "subtitle2" > Intern: { data ?. cabins ?. [ 0 ] ?. internalPrice } kr</ Typography >
21+ < Typography variant = "subtitle2" > Intern Ukedag: { data ?. cabins ?. [ 0 ] ?. internalPrice } kr</ Typography >
22+ < Typography variant = "subtitle2" gutterBottom >
23+ Intern Helg: { data ?. cabins ?. [ 0 ] ?. internalPriceWeekend } kr
24+ </ Typography >
2225 < Typography variant = "subtitle2" gutterBottom >
2326 Ekstern Ukedag: { data ?. cabins ?. [ 0 ] ?. externalPrice } kr
2427 </ Typography >
You can’t perform that action at this time.
0 commit comments