Skip to content

Commit

Permalink
perfect @coderabbitai that worked
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 committed Jul 1, 2024
1 parent 69d446d commit a65f7d2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/routes/wow.legacy-marketshare.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,17 @@ const Results = ({
</>
</ContentContainer>

<div className="hidden sm:flex w-full justify-end">
<div className="flex justify-between">
<CSVButton
filename="legacy_marketshare.csv"
data={data}
columns={csvColumns}
/>
<DebouncedInput
onDebouncedChange={(value) => {
setGlobalFilter(value)
}}
className={'p-2 rounded-md'}
className={'hidden sm:block p-2 rounded-md'}
placeholder={'Search...'}
/>
</div>
Expand All @@ -383,12 +388,6 @@ const Results = ({
rowLabels={columnList}
columnSelectOptions={sortByOptions.map(({ value }) => value)}
/>

<CSVButton
filename="legacy_marketshare.csv"
data={data}
columns={csvColumns}
/>
</PageWrapper>
)
}
Expand Down

0 comments on commit a65f7d2

Please sign in to comment.