mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
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:
2
dist/mushroom-strategy.js
vendored
2
dist/mushroom-strategy.js
vendored
File diff suppressed because one or more lines are too long
@@ -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) {
|
||||
|
Reference in New Issue
Block a user