We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5949 commit e1f4841Copy full SHA for e1f4841
soundboxBooking.js
@@ -66,8 +66,10 @@ async function fetchData() {
66
67
const data = await fetchSoundboxState(selectedDate);
68
const registed = await getRegisted();
69
+
70
let registedToday=[]
71
for(i=0;i<registed.length;i++){
72
+ selectedBlocks.push(registed[i]);
73
if (registed[i][2].value==selectedDate.replaceAll("-","")){
74
registedToday.push((registed[i][0],registed[i][1]));
75
}
0 commit comments