This commit is contained in:
Daniel Shleifman
2021-06-09 12:48:43 +03:00
parent d6b10d79d8
commit c144ef960d
6 changed files with 306 additions and 272 deletions

View File

@@ -11,14 +11,14 @@ import {
DownlodSpeedWidget,
} from '../widgets'
export default function Test({
export default function DetailedView({
downloadSpeed,
uploadSpeed,
torrent,
torrentSize,
PiecesCount,
PiecesLength,
statString,
stat,
cache,
}) {
return (
@@ -32,7 +32,7 @@ export default function Test({
<SizeWidget data={torrentSize} />
<PiecesCountWidget data={PiecesCount} />
<PiecesLengthWidget data={PiecesLength} />
<StatusWidget data={statString} />
<StatusWidget stat={stat} />
</WidgetWrapper>
</DetailedViewWidgetSection>