diff --git a/lib/aprsme_web/live/info_live/show.html.heex b/lib/aprsme_web/live/info_live/show.html.heex index 2434296..9246b9e 100644 --- a/lib/aprsme_web/live/info_live/show.html.heex +++ b/lib/aprsme_web/live/info_live/show.html.heex @@ -200,7 +200,11 @@
Device
- {@packet.manufacturer || ""} {@packet.equipment_type || ""} + <%= if @packet.manufacturer && @packet.manufacturer != "" do %> + {@packet.manufacturer} {@packet.equipment_type || ""} + <% else %> + {@packet.device_identifier || "Unknown"} + <% end %>