Ranganath
Results
1
comments of
Ranganath
```render() { const { roomId, deviceId, status, loading, } = this.props; return ( { this.valueChange(roomId, deviceId, deviceStatus); }} backgroundActive={colorThemeZeplin.nastyGreen} /> {`The switch status is ${Boolean(status)}`} ); } ``` Same issue....