We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc802e commit 716b8f0Copy full SHA for 716b8f0
src/custom-elements/card.ts
@@ -42,6 +42,8 @@ export class GithubFlexiCard extends LitElement {
42
setConfig(cardConfig: ICardConfig) {
43
this.cardTitle = cardConfig.title;
44
45
+ this.cardSize = 0;
46
+
47
if (this.cardTitle) {
48
this.cardSize++;
49
}
0 commit comments