mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Domain Icon: disable warning in prod
This commit is contained in:
parent
c50b0c991c
commit
502497bccb
@ -91,9 +91,11 @@ export default function domainIcon(domain, state) {
|
|||||||
return 'mdi:open-in-new';
|
return 'mdi:open-in-new';
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/* eslint-disable no-console */
|
if (__DEV__) {
|
||||||
console.warn(`Unable to find icon for domain ${domain} (${state})`);
|
/* eslint-disable no-console */
|
||||||
/* eslint-enable no-console */
|
console.warn(`Unable to find icon for domain ${domain} (${state})`);
|
||||||
|
/* eslint-enable no-console */
|
||||||
|
}
|
||||||
return defaultIcon;
|
return defaultIcon;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user