add site
This commit is contained in:
@@ -41,7 +41,7 @@ export default function Search({ searchlist }) {
|
||||
<strong>{query}</strong>'
|
||||
</p>
|
||||
|
||||
{items.length > 1 && (
|
||||
{items.length > 0 && (
|
||||
<ul className="list-disc list-inside">
|
||||
{items.map(({ data }, idx) => (
|
||||
<li key={idx}>
|
||||
|
||||
Reference in New Issue
Block a user