Fix : Services search visible only after service count increases by 10

This commit is contained in:
darth-coder00 2021-11-02 18:55:14 +05:30 committed by GitHub
parent e808c339eb
commit 617ca4be3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@ const ServicesPage = () => {
</div>
<div className="tw-flex">
<div className="tw-w-4/12">
{searchText || serviceList.length > 0 ? (
{searchText || serviceList.length > 10 ? (
<Searchbar
placeholder={`Search for ${servicesDisplayName[serviceName]}...`}
searchValue={searchText}