mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
number format
This commit is contained in:
parent
968b2efc32
commit
4748c23769
2 changed files with 4 additions and 4 deletions
|
@ -315,7 +315,7 @@ export default function AllQuestions({ router, globalState, setGlobalState }) {
|
|||
{dbs && data ? (
|
||||
<>
|
||||
<div className={styles.info}>
|
||||
{`Összesen ${questionCount} kérdés, ${subjectCount} tárgyból`}
|
||||
{`Összesen ${questionCount.toLocaleString()} kérdés, ${subjectCount} tárgyból`}
|
||||
</div>
|
||||
<div className={'buttonContainer'}>
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue