automatische environment für mockData in develop ,nach "npm run build" geht autoatisch zu production
This commit is contained in:
@@ -240,7 +240,7 @@ function Kue705FO({
|
||||
};
|
||||
|
||||
// Überprüfe, ob ein Modul im Slot vorhanden ist
|
||||
const isModulPresent = kueOnline[slotIndex] === 1;
|
||||
const isModulPresent = kueOnline === 1; // Since you're passing the status directly now
|
||||
|
||||
const handleButtonClick = (button) => {
|
||||
if (button === "Schleife") {
|
||||
|
||||
Reference in New Issue
Block a user