forked from DigiLive/mushroom-strategy
Refactor grouped cards
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
@@ -177,12 +177,10 @@ class HomeView extends AbstractView {
|
||||
* @return {Object[]} A card object array.
|
||||
*/
|
||||
#createAreaCards() {
|
||||
const groupedCards = [];
|
||||
groupedCards.push({
|
||||
const groupedCards = [{
|
||||
type: "custom:mushroom-title-card",
|
||||
title: "Areas",
|
||||
},
|
||||
);
|
||||
}];
|
||||
|
||||
import("../cards/AreaCard").then(areaModule => {
|
||||
const areaCards = [];
|
||||
|
Reference in New Issue
Block a user