Skip to content

Commit

Permalink
Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Dec 23, 2023
1 parent 098df83 commit 149461a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/panels/config/integrations/ha-config-integration-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
`component.${item.domain}.exceptions.${item.reason_translation_key}.message`,
item.reason_translation_placeholders ?? undefined
);
} else {
stateTextReason = item.reason;
}
stateTextExtra = html`${stateTextReason || stateTextError}`;
stateTextExtra = html`${stateTextReason ||
stateTextError ||
item.reason}`;
} else {
stateTextExtra = html`
<br />
Expand Down

0 comments on commit 149461a

Please sign in to comment.