🔧 Refactoring the airdcpp reducer

This commit is contained in:
2021-08-26 21:47:05 -07:00
parent 2960c2dca4
commit 4ebe543f6a
5 changed files with 102 additions and 50 deletions

View File

@@ -60,11 +60,11 @@ export const DownloadsPanel = (
{!isNil(props.data) &&
props.data &&
map(props.data, (bundle) => (
<>
<span key={bundle.id}>
<dt>{bundle.name}</dt>
<dd>{bundle.target}</dd>
<dd>{bundle.size}</dd>
</>
</span>
))}
</dl>
</div>