Skip to content

Commit

Permalink
Issue #377 - Fix Title
Browse files Browse the repository at this point in the history
  • Loading branch information
delrifai committed Nov 20, 2024
1 parent 3615585 commit 0d0c86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Witnesses/VotesHistoryDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const tableColums = [
{ key: "timestamp", name: "Date" },
{ key: "voter", name: "Voter" },
{ key: "vote", name: "Vote" },
{ key: "power", name: "Current voter power", isRightAligned: true },
{ key: "power", name: "Current Voter Power", isRightAligned: true },
];

const PAGE_SIZE = 100;
Expand Down

0 comments on commit 0d0c86a

Please sign in to comment.