Skip to content
Snippets Groups Projects
Commit 0d0c86a5 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #377 - Fix Title

parent 36155852
No related branches found
No related tags found
2 merge requests!481bring recent develop changes to mater to match the backend,!472Delrifai/#377 solve tooltip issues
Pipeline #109363 canceled
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment