Skip to content

Commit

Permalink
fix column header on leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
benwolski committed Sep 30, 2024
1 parent 254afd4 commit 4ec47e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Trade/TradeTabs/Ranges/Leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ function Leaderboard() {
const quoteTokenSymbol = quoteToken?.symbol;
const baseTokenSymbol = baseToken?.symbol;

const walID = (
<>
<p>Position ID</p>
Wallet
</>
);
const minMax = (
<>
<p>Min</p>
Expand Down Expand Up @@ -115,7 +109,7 @@ function Leaderboard() {
sortable: false,
},
{
name: walID,
name: 'Wallet',
className: 'wallet_id',
show: tableView !== 'large',
slug: 'walletid',
Expand Down

0 comments on commit 4ec47e7

Please sign in to comment.