fix: closes #191
This commit is contained in:
parent
7244814962
commit
acef648c33
|
@ -247,7 +247,7 @@ const SearchBox = (props: SearchBoxProps) => {
|
|||
</Filters>
|
||||
{busy ? (
|
||||
<Typography variant={'subtitle2'}>Searching...</Typography>
|
||||
) : resultsNumber ? (
|
||||
) : (
|
||||
<Results>
|
||||
<Typography variant={'subtitle2'}>
|
||||
{resultsNumber === 0
|
||||
|
@ -282,7 +282,7 @@ const SearchBox = (props: SearchBoxProps) => {
|
|||
/>
|
||||
</>
|
||||
</Results>
|
||||
) : null}
|
||||
)}
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue