From 0674834fb2709a51529faeba819b5904d992abef Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 25 Nov 2020 02:24:15 -0800 Subject: [PATCH] =?UTF-8?q?try=20column=20headers=20"Trade=20for=20your/th?= =?UTF-8?q?eir=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/ItemTradesPage.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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) => (