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