Disable wip card
This commit is contained in:
parent
61823cb43b
commit
fc228d85ae
@ -62,9 +62,9 @@ class CardWidget extends StatelessWidget {
|
|||||||
return _buildGaugeCard(context);
|
return _buildGaugeCard(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
case CardType.LIGHT: {
|
/* case CardType.LIGHT: {
|
||||||
return _buildLightCard(context);
|
return _buildLightCard(context);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
case CardType.MARKDOWN: {
|
case CardType.MARKDOWN: {
|
||||||
return _buildMarkdownCard(context);
|
return _buildMarkdownCard(context);
|
||||||
|
Reference in New Issue
Block a user