チェックイン個別ページのユーザープロフィールが半分消えているのを修正

This commit is contained in:
shibafu
2020-10-25 17:22:04 +09:00
parent 41c7679423
commit 076e7d5d0d
4 changed files with 48 additions and 21 deletions

View File

@@ -34,10 +34,6 @@
<div class="container">
<div class="row">
<div class="col-lg-4">
@if (Route::currentRouteName() === 'user.profile')
@component('components.profile', ['user' => $user])
@endcomponent
@endif
@section('sidebar')
@show
</div>