This commit is contained in:
Daniel Shleifman
2021-06-04 22:16:59 +03:00
parent 5a881836cb
commit 2ce6388daf
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export const UploadSpeedWidget = ({ data }) => (
export const PeersWidget = ({ data }) => (
<StatisticsField
title='Peers'
value={getPeerString(data)}
value={getPeerString(data) || '[0] 0 / 0'}
iconBg='#cdc118'
valueBg='#d8cb18'
icon={SwapVerticalCircleIcon}