Skip to content

Commit

Permalink
Merge pull request #79 from GeneralMagicio/mateodaza/hotfix-on-petitions
Browse files Browse the repository at this point in the history
Hotfix on typo
  • Loading branch information
mateodaza authored Jun 27, 2023
2 parents 187762d + d843701 commit 847a7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tables/LatestBlocksTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const getColumns = (blackExplorerUrl?: string) => [
? 'Proposed'
: blockType === 'missedproposal'
? 'Missed'
: 'Wrong Free'
: 'Wrong Fee'
return formattedBlockType
},
}),
Expand Down

1 comment on commit 847a7a4

@vercel
Copy link

@vercel vercel bot commented on 847a7a4 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.