mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
all questions subject count fix
This commit is contained in:
parent
275ebc749a
commit
2e7317962e
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ class QuestionSearchResult extends PureComponent {
|
|||
<div>
|
||||
<div>
|
||||
{searchTerm ? '' : 'Kezdj el írni kereséshez! '}
|
||||
{`${results} találat, ${subjs.length} tárgyból`}
|
||||
{searchTerm
|
||||
? `${results} találat, ${subjs.length} tárgyból`
|
||||
: `Keresés ${results} kérdés és ${data.length} tárgyból`}
|
||||
</div>
|
||||
{results === 0 && (
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue