This commit is contained in:
John Arild Berentsen 2016-02-13 09:06:19 +01:00
parent bf6dafe825
commit e3f58ea779
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ export default function stateIcon(state) {
if (unit === temperatureUnits.UNIT_TEMP_C ||
unit === temperatureUnits.UNIT_TEMP_F) {
return 'mdi:thermometer';
} else if (unit === 'Mouse' ||
unit === 'Mice') {
} else if (unit === 'Mice') {
return 'mdi:mouse-variant';
}
}