Skip to content

Commit 58dd94e

Browse files
committed
solve search error issue
1 parent 1e99f1a commit 58dd94e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/search.jsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ function SearchResults() {
3434
</div>
3535
))}
3636
</div>
37-
</div>
38-
) : (
39-
<h4 className="text-center">No results found</h4>
40-
)}
41-
</div>
37+
</div>
4238
);
4339
}
4440

0 commit comments

Comments
 (0)