Skip to content

Commit 01c18f6

Browse files
authored
Merge pull request #15962 from snipe/fixes_rb-18772
2 parents 4d1d2fe + c5e2aed commit 01c18f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/hardware/bulk-delete.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
@endif
5050
</td>
5151
<td>
52-
@if ($asset->assigned_to)
52+
@if ($asset->assigned)
5353
{{ $asset->assigned->present()->name() }}
5454
@endif
5555
</td>

0 commit comments

Comments
 (0)