diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_logs/_logs.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_logs/_logs.html.eex index 0e61ee7b77..e49adf8801 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_logs/_logs.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_logs/_logs.html.eex @@ -30,8 +30,6 @@
<%= gettext "Failed to decode log data." %>
- <% {:error, :no_matching_function} -> %> - <%= nil %> <% {:ok, method_id, text, mapping} -> %>
<%= gettext "Decoded" %>
@@ -84,7 +82,7 @@ <% end %> - <% _ -> %> + <% _ -> %> <%= nil %> <% end %>
<%= gettext "Topics" %>