Skip to content

Commit

Permalink
add in not in dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 committed Nov 5, 2024
1 parent b4cb3db commit e278d5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/routes/wow.region-undercut.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,19 @@ const RegionUndercut = () => {
columns: undercutColumns
}}
/>
<SmallTable
title="Data No Yet Uploaded Items"
description="Shows items that were not yet uploaded to the Blizzard API. Wait 1 hour for these to appear in the data."
columnList={columnList}
data={results.not_in_dataset_list}
columnSelectOptions={selectOptions}
sortingOrder={sortingOrder}
mobileColumnList={mobileColumnList}
csvOptions={{
filename: 'saddlebag-undercut-not-in-dataset.csv',
columns: undercutColumns
}}
/>
</PageWrapper>
)
}
Expand Down

0 comments on commit e278d5d

Please sign in to comment.