鍵垢だと概況データが出てこない問題を修正 (#53)

ref #50
This commit is contained in:
Eai 2019-01-18 20:21:29 +09:00 committed by shibafu
parent 7745b68dae
commit ef563f8641
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
@endif
</h6>
@if (!$user->is_protected)
@if (!$user->is_protected || $user->isMe())
<h6 class="font-weight-bold mt-4"><span class="oi oi-timer"></span> 現在のセッション</h6>
@if (isset($currentSession))
<p class="card-text mb-0">{{ $currentSession }}経過</p>