Skip to content

Commit

Permalink
Merge pull request #943 from oraichain/fix/remove-page-top-holders
Browse files Browse the repository at this point in the history
remove page top holders
  • Loading branch information
marxeille authored Nov 17, 2023
2 parents 918ff18 + 1371790 commit ec19bdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const getHeaderRow = () => {
};
};

const TopHoldersTable = memo(({ data = [], address, tokenInfo = {} }) => {
const TopHoldersTable = memo(({ data = [], tokenInfo = {} }) => {
const getDataRows = data => {
if (!Array.isArray(data)) {
return [];
Expand Down
5 changes: 0 additions & 5 deletions src/containers/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ const Tabs = memo(() => {
title: "Accounts",
activePath: "/accounts",
},
{
pathName: "/top-holders",
title: "Top Holders",
activePath: "/top-holders",
},
{
pathName: "/delegated-validator",
title: "Delegated Validator",
Expand Down

0 comments on commit ec19bdc

Please sign in to comment.