Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wizulus committed Dec 10, 2023
1 parent 87aeb0c commit 8a1d608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/search/LevelSearchResultView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function LevelSearchResultView(props: {
>
{!props.isWidget! ? (
<span>{`Found about ${props.results.numResults.toLocaleString()} results in ${props.results.computeTimeMs / 1000} seconds.`}
{ props.results.numResults > 500 ? (
{ props.results.computeTimeMs > 500 ? (
<>
&nbsp;
<Link href="/hosting">
Expand Down

1 comment on commit 8a1d608

@vercel
Copy link

@vercel vercel bot commented on 8a1d608 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.