fix: update availableSpots to 1 in workshop configuration
This commit is contained in:
parent
ca631ce80b
commit
3a81eff7c1
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
|
||||
export const WORKSHOP_CONFIG = {
|
||||
totalSpots: 8,
|
||||
availableSpots: 2,
|
||||
availableSpots: 1,
|
||||
isSoldOut: false,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue