AalianKhan / mushroom-strategy

A strategy to automatically generate a dashboard using mushroom cards
MIT License
371 stars 37 forks source link

Fix hiding default domain #47

Closed AalianKhan closed 1 year ago

AalianKhan commented 1 year ago

this solution works, but it uses another variable. If you have a better idea, please feel free to share

DigiLive commented 1 year ago

A quick fix would be something like...

    if (Helper.strategyOptions.domains.default.hidden) {
      // Return cards.
      return {
        cards: viewCards,
      };
    }

    // Create cards for any other domain.
    ...