jqh 5 tahun lalu
induk
melakukan
f69d7aca2d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);
         }