Skip to content

Commit

Permalink
fix: type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Sep 17, 2024
1 parent ee24d82 commit 3ac19b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function Block({
}: BlockScreenProps) {
return (
<>
<BlockHeader isLoading={isLoading} id={id} />
<BlockHeader isLoading={isLoading} producer={id} />
{viewMode === ViewModes.Simple && (
<BlockScreenSimple
block={block}
Expand Down

0 comments on commit 3ac19b3

Please sign in to comment.