Merge pull request #57 from AalianKhan/56-2-title-cards-in-pre-built-views

Fix 2 Title cards in pre-built views
This commit is contained in:
Aalian Khan
2023-09-19 12:45:41 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -65,7 +65,7 @@ class AbstractView {
*/
async createViewCards() {
/** @type Object[] */
const viewCards = [this.viewTitleCard];
const viewCards = [];
// Create cards for each area.
for (const area of Helper.areas) {