Revert all rash decisions

This commit is contained in:
estevez-dev
2019-09-04 22:46:14 +03:00
parent 8d1b159f56
commit 02717332f7
15 changed files with 1000 additions and 1210 deletions

View File

@ -29,11 +29,7 @@ class HACard {
this.states,
this.conditions: const [],
@required this.type
}) {
if (this.columnsCount <= 0) {
this.columnsCount = 4;
}
}
});
List<EntityWrapper> getEntitiesToShow() {
return entities.where((entityWrapper) {