mirror of
https://gitdab.com/cadence/breezewiki.git
synced 2026-03-05 13:40:27 -05:00
clean up log
This commit is contained in:
@@ -60,7 +60,6 @@ function Suggestion(hit) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function DefaultSearch({q}) {
|
function DefaultSearch({q}) {
|
||||||
console.log(q)
|
|
||||||
if (!q) return ""
|
if (!q) return ""
|
||||||
return html`<li class="bw-ss__item"><button type="submit" class="bw-ss__button">Results for "${q}"</button></li>`
|
return html`<li class="bw-ss__item"><button type="submit" class="bw-ss__button">Results for "${q}"</button></li>`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user