Skip to content

Commit

Permalink
Update BlockDetails.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev committed May 15, 2024
1 parent 2262b67 commit 7e7d777
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
{loading}
className={classes}
title="Block Details"
headerButtonDetails={{ action: () => history.back(), label: "Back" }}
headerButtonDetails={{
action: () => history.back(),
disabled: false,
label: "Back",
}}
>
<dl class="block-details__list">
<!-- BLOCK HASH -->
Expand Down

0 comments on commit 7e7d777

Please sign in to comment.