diff --git a/ui/src/stores/plan.js b/ui/src/stores/plan.js index 21ff59d7f..5fb1ea75d 100644 --- a/ui/src/stores/plan.js +++ b/ui/src/stores/plan.js @@ -20,7 +20,7 @@ export const usePlanStore = defineStore('plan', () => { for (let i = 1; i <= 3; ++i) { for (let j = 1; j <= 3; ++j) { const facility_name = `room_${i}_${j}` - const display_name = `B${i}0${i}` + const display_name = `B${i}0${j}` facility_operator_limit[facility_name] = 3 left_side_facility.push({ label: display_name, value: facility_name }) }