Merge pull request #14754 from Godmartinz/footer_user_bug

Removed extra div from User Details.
This commit is contained in:
snipe 2024-05-29 11:29:02 +01:00 committed by GitHub
commit 369c819a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1099,7 +1099,6 @@
</div><!-- /.tab-content -->
</div><!-- nav-tabs-custom -->
</div>
</div>
@can('update', \App\Models\User::class)
@include ('modals.upload-file', ['item_type' => 'user', 'item_id' => $user->id])