mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
Highlighting matched part in question search
This commit is contained in:
@@ -73,7 +73,7 @@ export default function QuestionSearchResult({ data, searchTerm }) {
|
||||
<div>
|
||||
<div>{renderCount()}</div>
|
||||
<div>
|
||||
<Questions subjs={subjs} />
|
||||
<Questions subjs={subjs} searchTerm={searchTerm} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user