Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
add internal call support in reverted txs
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pittella authored and Santiago Pittella committed Oct 6, 2023
1 parent 2537b72 commit 21f8816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/starknet_explorer_web/live/transaction_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule StarknetExplorerWeb.TransactionLive do
( <%= @messages_count %> )
<% end %>
</div>
<%= if @internal_calls != nil do %>
<%= if @internal_calls != nil and @transaction_receipt.execution_status != "REVERTED" do %>
<div
class={"option #{if assigns.transaction_view == "internal_calls", do: "lg:!border-b-se-blue text-white", else: "text-gray-400 lg:border-b-transparent"}"}
phx-click="select-view"
Expand Down

0 comments on commit 21f8816

Please sign in to comment.