Skip to content

Commit

Permalink
Adjust Consensus tx cell alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Apr 15, 2024
1 parent 71deb35 commit ec72949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/Transactions/ConsensusTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export const ConsensusTransactions: FC<ConsensusTransactionsProps> = ({
...(verbose
? [
{
align: TableCellAlign.Center,
content: <ConsensusTransactionMethod method={transaction.method} />,
key: 'method',
},
Expand Down

0 comments on commit ec72949

Please sign in to comment.