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 387504b commit 8b51625Copy full SHA for 8b51625
packages/zhiyicx-plus-pc/resources/views/widgets/checkin.blade.php
@@ -1,7 +1,8 @@
1
@php
2
use function Zhiyi\Component\ZhiyiPlus\PlusComponentPc\getAvatar;
3
@endphp
4
-@if (isset($config['bootstrappers']['checkin']) && !empty($data) )
+
5
+@if (($config['bootstrappers']['checkin'] ?? false) && !empty($data) )
6
<div class="checkin_cont">
7
<div class="checkin_user">
8
<span>
@@ -25,4 +26,4 @@
25
26
</div>
27
@endif
28
-@endif
29
+@endif
0 commit comments