🔧 Refactoring the way bundles are saved

This commit is contained in:
2022-07-27 22:49:00 -07:00
parent fb40fe86b5
commit 602adf8775
5 changed files with 35 additions and 28 deletions

View File

@@ -245,6 +245,7 @@ export const AcquisitionPanel = (
</thead>
<tbody>
{map(airDCPPSearchResults, ({ result }, idx) => {
console.log(result);
return (
<tr
key={idx}