diff --git a/src/components/forum.jsx b/src/components/forum.jsx index 6aed857..5c539a4 100644 --- a/src/components/forum.jsx +++ b/src/components/forum.jsx @@ -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} )} diff --git a/src/pages/memes.jsx b/src/pages/memes.jsx index ce9ab7e..bf4df31 100644 --- a/src/pages/memes.jsx +++ b/src/pages/memes.jsx @@ -502,18 +502,7 @@ export default function Memes({ 'Több bejegyzés betöltése' )} - ) : ( -
- {'The end'} -
- )} + ) : null} ) } else { diff --git a/src/pages/p2pinfo.jsx b/src/pages/p2pinfo.jsx index 193b36a..4e5ef90 100644 --- a/src/pages/p2pinfo.jsx +++ b/src/pages/p2pinfo.jsx @@ -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',