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:
@@ -166,7 +166,7 @@ export default function P2PInfo({ globalState, setGlobalState }) {
|
||||
text = getDateString(text)
|
||||
break
|
||||
case 'number':
|
||||
text = text.toLocaleString()
|
||||
text = text ? text.toLocaleString() : '-'
|
||||
break
|
||||
}
|
||||
return (
|
||||
|
Reference in New Issue
Block a user