mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
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() {
|
async createViewCards() {
|
||||||
/** @type Object[] */
|
/** @type Object[] */
|
||||||
const viewCards = [this.viewTitleCard];
|
const viewCards = [];
|
||||||
|
|
||||||
// Create cards for each area.
|
// Create cards for each area.
|
||||||
for (const area of Helper.areas) {
|
for (const area of Helper.areas) {
|
||||||
|
Reference in New Issue
Block a user