diff --git a/src/app/ItemTradesPage.js b/src/app/ItemTradesPage.js index 2499490..49ed7b2 100644 --- a/src/app/ItemTradesPage.js +++ b/src/app/ItemTradesPage.js @@ -14,7 +14,7 @@ export function ItemTradesOfferingPage() { @@ -124,7 +124,7 @@ function ItemTradesPage({ function ItemTradesTable({ itemId, userHeading, - compareListHeading, + compareColumnLabel, tradesQuery, }) { const { isLoggedIn } = useCurrentUser(); @@ -186,7 +186,7 @@ function ItemTradesTable({ {shouldShowCompareColumn && ( - Potential trades + {compareColumnLabel} Matches @@ -222,7 +222,6 @@ function ItemTradesTable({ trades.map((trade) => (