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

Commit

Permalink
Block detail fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Jul 5, 2023
1 parent 78ada9d commit 9b33b83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/starknet_explorer_web/live/pages/block_detail.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ defmodule StarknetExplorerWeb.BlockDetailLive do
# - Gas Price
def render_info(assigns = %{block: _block, view: "overview"}) do
~H"""
<div class="flex justify-center items-center pt-14">
<h1>Block detail</h1>
</div>
<table>
<thead>
<ul>
Expand Down

0 comments on commit 9b33b83

Please sign in to comment.