doc: backup dann nach 10.10.0.13 umziehen

This commit is contained in:
ISA
2024-07-16 09:36:51 +02:00
parent 6bcbf20e08
commit f59fa74e12

View File

@@ -98,10 +98,10 @@ export const fetchDeviceNameById = async (idLD) => {
throw new Error(data.error || "Gerät nicht gefunden");
}
} catch (error) {
console.error(
/* console.error(
"Fehler beim Abrufen des Gerätenamens in MapComponent.js:",
error
);
); */
return "Unbekannt";
}
};