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>
|
||||||
<div>
|
<div>
|
||||||
{searchTerm ? '' : 'Kezdj el írni kereséshez! '}
|
{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>
|
</div>
|
||||||
{results === 0 && (
|
{results === 0 && (
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue