Merge with local folder

This commit is contained in:
Andras Schmelczer 2022-09-16 21:45:27 +02:00
parent 1598260ce3
commit 706fe745d3
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
110 changed files with 21422 additions and 17 deletions

2
src/app/components/pages/page/tower/tower.component.ts Normal file → Executable file
View file

@ -40,7 +40,7 @@ export class TowerComponent implements OnInit {
ngOnInit() {
this.tower$.subscribe(value => {
console.log(this.tower, value);
// console.log(this.tower, value);
if (value) {
this.styledBlocks = value.coloredBlocks
.filter(b => b.isDone)