diff --git a/resources/views/user/profile.blade.php b/resources/views/user/profile.blade.php index 978a39a..d850e6a 100644 --- a/resources/views/user/profile.blade.php +++ b/resources/views/user/profile.blade.php @@ -38,7 +38,7 @@ このユーザはチェックイン履歴を公開していません。

@else - @if ($ejaculations->count() !== 0 && $ejaculations->currentPage() === 1) + @if (Route::currentRouteName() === 'user.profile' && $ejaculations->count() !== 0 && $ejaculations->currentPage() === 1)
Shikontributions

@@ -129,8 +129,10 @@ @endsection @push('script') - - - + @if (Route::currentRouteName() === 'user.profile') + + + + @endif @endpush