Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed May 20, 2024
1 parent b867a3d commit 614b11c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/SearchPage/SearchFullUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export const InnerSearchFullUI = ({
${detailsHook.isLoading || aggregatedHook.isLoading ? 'opacity-50 pointer-events-none' : ''}
`}
>
<div className='text-sm text-gray-800 mb-6 justify-between flex px-6 items-baseline'>
<div className='mt-auto'>
Search returned{' '}
{totalSequences !== undefined
Expand All @@ -294,6 +295,7 @@ export const InnerSearchFullUI = ({
lapisSearchParameters={lapisSearchParameters}
referenceGenomesSequenceNames={referenceGenomesSequenceNames}
/>
</div>

<Table
schema={schema}
Expand Down

0 comments on commit 614b11c

Please sign in to comment.