forked from DigiLive/mushroom-strategy
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