diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex index 90cfe3ee86..c952d57793 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex @@ -138,7 +138,8 @@ - <%= if erc20_token_transfer?(@transaction) do %> + <% token_transfer = erc20_token_transfer(@transaction, @token_transfers) %> + <%= if token_transfer do %>