Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Jan 19, 2024
1 parent f752c4f commit fbf5fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Modal/CoverModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
let request: Promise<unknown> | undefined = undefined;
$: entity = $states[selected?.entity_id];
$: entity = $states[selected?.entity_id] as HassEntity;
$: attributes = entity?.attributes;
$: supported_features = attributes?.supported_features;
Expand Down

0 comments on commit fbf5fb4

Please sign in to comment.