Hide fallsensors
This commit is contained in:
@@ -366,7 +366,7 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
{/* Sensoren anzeigen */}
|
||||
{
|
||||
/* if Kabelüberwachungsmodul online (kue_online ) */
|
||||
kueOnline === 1 && win_fallSensorsActive === 1 && (
|
||||
kueOnline === 1 && win_fallSensorsActive === 1 && false && (
|
||||
<div className="mt-4 w-full flex justify-center">
|
||||
<FallSensors />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user