Nullable allocation in server-entry blade² (#1486)

This commit is contained in:
JoanFo 2025-07-05 14:25:33 +02:00 committed by GitHub
parent c9b7e979c0
commit 9655700cde
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 }} ?? 'None' </p>
<p class="text-md font-semibold">{{ $server->allocation?->address ?? 'None' }}</p>
</div>
</div>
</div>