From 97eac1f1053166590d386262c411b1cefb8a15bc Mon Sep 17 00:00:00 2001 From: Alex Cohen Date: Thu, 12 Sep 2024 18:20:27 -0400 Subject: [PATCH] fix-wow-export-blizz-pop (#498) * fix-wow-export-blizz-pop * fix form selection * improve label --- app/routes/wow.export-search.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/routes/wow.export-search.tsx b/app/routes/wow.export-search.tsx index 38558faa..34a2b0b9 100644 --- a/app/routes/wow.export-search.tsx +++ b/app/routes/wow.export-search.tsx @@ -268,12 +268,16 @@ const ExportSearch = () => { } }} /> - { const value = e.currentTarget.value if (value !== null || value !== undefined) { @@ -411,7 +415,7 @@ const columnList: Array> = [ { columnId: 'minPrice', header: 'Minimum Price' }, { columnId: 'itemQuantity', header: 'Item Quantity' }, { columnId: 'realmPopulationReal', header: 'Realm Population' }, - { columnId: 'realmPopulationInt', header: 'Realm Pop Int' }, + { columnId: 'realmPopulationInt', header: 'Blizzard Realm Size' }, { columnId: 'realmRanking', header: 'Realm Ranking' }, { columnId: 'undermineLink',