jqh 5 vuotta sitten
vanhempi
commit
f69d7aca2d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Widgets/Card.php

+ 1 - 1
src/Widgets/Card.php

@@ -38,7 +38,7 @@ class Card extends Widget
             $this->title($title);
         }
 
-        if ($content) {
+        if ($content !== null) {
             $this->content($content);
         }