mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
sonarlint improvements
This commit is contained in:
@@ -310,7 +310,7 @@ const Devices = () => {
|
||||
}, [escFunction]);
|
||||
|
||||
const customize = () => {
|
||||
if (selectedDevice == 99) {
|
||||
if (selectedDevice === 99) {
|
||||
navigate('/customentities');
|
||||
} else {
|
||||
navigate('/customizations', { state: selectedDevice });
|
||||
|
||||
Reference in New Issue
Block a user