mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
p2p info undefined number fix
This commit is contained in:
parent
055a732733
commit
f213c024ff
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export default function P2PInfo({ globalState, setGlobalState }) {
|
||||||
text = getDateString(text)
|
text = getDateString(text)
|
||||||
break
|
break
|
||||||
case 'number':
|
case 'number':
|
||||||
text = text.toLocaleString()
|
text = text ? text.toLocaleString() : '-'
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue