diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_validation/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_validation/index.html.eex index a8c14ef301..5049bf91ff 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address_validation/index.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address_validation/index.html.eex @@ -108,7 +108,7 @@

<%=gettext("Blocks Validated")%>

<%= for block <- @blocks do %> - <%= render BlockScoutWeb.BlockView, "_tile.html", block: block %> + <%= render BlockScoutWeb.BlockView, "_tile.html", block: block, block_type: BlockScoutWeb.BlockView.block_type(block)%> <% end %>