mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
p2p info user count, removed end of forum indicator
This commit is contained in:
parent
dfc5c93022
commit
f82ecaa6d0
3 changed files with 7 additions and 13 deletions
|
@ -419,7 +419,7 @@ export default function Forum({
|
|||
fontStyle: 'italic',
|
||||
}}
|
||||
>
|
||||
{newsItems.length === 0 ? 'Üres fórum' : 'The end'}
|
||||
{newsItems.length === 0 ? 'Üres fórum' : null}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
@ -502,18 +502,7 @@ export default function Memes({
|
|||
'Több bejegyzés betöltése'
|
||||
)}
|
||||
</div>
|
||||
) : (
|
||||
<div
|
||||
style={{
|
||||
padding: 16,
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
fontStyle: 'italic',
|
||||
}}
|
||||
>
|
||||
{'The end'}
|
||||
</div>
|
||||
)}
|
||||
) : null}
|
||||
</div>
|
||||
)
|
||||
} else {
|
||||
|
|
|
@ -21,6 +21,11 @@ const infos = [
|
|||
key: 'lastSync',
|
||||
type: 'date',
|
||||
},
|
||||
{
|
||||
title: 'Felhasználók',
|
||||
key: 'userCount',
|
||||
type: 'number',
|
||||
},
|
||||
{
|
||||
title: 'Kérdés DB-k',
|
||||
key: 'questionDbCount',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue