fix: update availableSpots to reflect current availability
This commit is contained in:
parent
7ae45782f7
commit
f59dca9b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
export const WORKSHOP_CONFIG = {
|
export const WORKSHOP_CONFIG = {
|
||||||
// Beschikbaarheid
|
// Beschikbaarheid
|
||||||
totalSpots: 8,
|
totalSpots: 8,
|
||||||
availableSpots: 2, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
|
availableSpots: 1, // Aantal plekken dat nog beschikbaar is (pas bij verkoop)
|
||||||
isSoldOut: false,
|
isSoldOut: false,
|
||||||
|
|
||||||
// Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken
|
// Datum - alle varianten beschrijven dezelfde dag, altijd samen bijwerken
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue