👺 Fixed usage of context with sockets

This commit is contained in:
2021-09-24 15:08:54 -07:00
parent 7615e1fe52
commit ca082b8220
7 changed files with 82 additions and 81 deletions

View File

@@ -177,17 +177,17 @@ export const AcquisitionPanel = (
</div>
</td>
<td>
<a
onClick={() =>
downloadDCPPResult(
searchInstance.id,
result.id,
props.comicBookMetadata._id,
)
}
>
<i className="fas fa-file-download"></i>
</a>
<a
onClick={() =>
downloadDCPPResult(
searchInstance.id,
result.id,
props.comicBookMetadata._id,
)
}
>
<i className="fas fa-file-download"></i>
</a>
</td>
</tr>
);