Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 11, 2024
1 parent 0bb409a commit c198cc9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/src/components/SearchPage/SearchFullUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,7 @@ export const InnerSearchFullUI = ({
{(detailsHook.isPaused || aggregatedHook.isPaused) &&
(!detailsHook.isSuccess || !aggregatedHook.isSuccess) && (
<ErrorBox title='Connection problem'>
{JSON.stringify(detailsHook) !==
`{"error":null,"failureCount":0,"failureReason":null,"isPaused":true,"status":"loading","variables":{"versionStatus":"LATEST_VERSION","isRevocation":"false","accession":["s"],"nucleotideMutations":["A23T"],"aminoAcidMutations":[],"nucleotideInsertions":[],"aminoAcidInsertions":[],"fields":["date","country","division","pango_lineage","accessionVersion"],"limit":100,"offset":0,"orderBy":[{"field":"date","type":"descending"}]},"isLoading":true,"isSuccess":false,"isError":false,"isIdle":false}`
? 'did not match'
: 'matched'}
<p className='text-xs'>{JSON.stringify(detailsHook)}</p>
Please check your internet connection
</ErrorBox>
)}
{!(totalSequences === undefined && oldCount === null) && (
Expand Down

0 comments on commit c198cc9

Please sign in to comment.