reformat peers info

This commit is contained in:
nikk gitanes
2024-02-22 10:38:14 +03:00
parent 4d2fd19f65
commit 26e7956ef9
9 changed files with 13 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ export const PeersWidget = ({ data }) => {
return (
<StatisticsField
title={t('Peers')}
value={getPeerString(data) || '0 · 0 / 0'}
value={getPeerString(data) || '0 / 0 · 0'}
iconBg={iconBGColor}
valueBg={valueBGColor}
icon={SwapVerticalCircleIcon}