Fix light card with wrong domain entity. Show custom cards if there is entitites
This commit is contained in:
@ -7,6 +7,6 @@ class UnsupportedCard extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container();
|
||||
return Container(height: 20);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user