jqh 5 rokov pred
rodič
commit
f69d7aca2d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
         }