diff --git a/lib/aprsme_web/live/info_live/show.html.heex b/lib/aprsme_web/live/info_live/show.html.heex index 4fdc6ae..fdebfc8 100644 --- a/lib/aprsme_web/live/info_live/show.html.heex +++ b/lib/aprsme_web/live/info_live/show.html.heex @@ -34,7 +34,7 @@ else: "#{AprsmeWeb.AprsSymbol.normalize_symbol_table(symbol_table)}#{AprsmeWeb.AprsSymbol.normalize_symbol_code(symbol_code)}" %>
- {render_symbol_html(@packet)} + <%= render_symbol_html(@packet) %>
<% end %> @@ -349,7 +349,7 @@ else: "#{AprsmeWeb.AprsSymbol.normalize_symbol_table(symbol_table)}#{AprsmeWeb.AprsSymbol.normalize_symbol_code(symbol_code)}" %>
- {render_symbol_html(ssid_info.packet)} + <%= render_symbol_html(ssid_info.packet) %>
<% end %> @@ -452,7 +452,7 @@ else: "#{AprsmeWeb.AprsSymbol.normalize_symbol_table(symbol_table)}#{AprsmeWeb.AprsSymbol.normalize_symbol_code(symbol_code)}" %>
- {render_symbol_html(neighbor.packet)} + <%= render_symbol_html(neighbor.packet) %>
<% end %>