Skip to content

Commit

Permalink
🔨 Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jul 31, 2019
1 parent c5f38a2 commit b84ed6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/HomeAssistant/Toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function Toggle(props: ToggleProps) {
if (!props.hassEntities) {
entity = 'Home Assistant not connected.';
state = entity;
icon = 'mdi-exclamation';
props.card.disabled = true;
} else
entity = props.hassEntities.find(
Expand Down

0 comments on commit b84ed6d

Please sign in to comment.