Nullable allocation in server-entry blade (#1484)

This commit is contained in:
JoanFo 2025-07-05 14:14:43 +02:00 committed by GitHub
parent 77a3b0640d
commit c9b7e979c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@
<div class="hidden sm:block">
<p class="text-sm dark:text-gray-400">Network</p>
<hr class="p-0.5">
<p class="text-md font-semibold">{{ $server->allocation->address }} </p>
<p class="text-md font-semibold">{{ $server->allocation?->address }} ?? 'None' </p>
</div>
</div>
</div>