Added an object diff check to search_results_updated reducer

This commit is contained in:
2021-09-25 08:52:29 -07:00
parent ca082b8220
commit 8db52e0407
3 changed files with 32 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ export const AcquisitionPanel = (
{/* AirDC++ results */}
<div className="columns">
{!isNil(airDCPPSearchResults) && !isEmpty(airDCPPSearchResults) ? (
<table className="table is-striped">
<table className="table">
<thead>
<tr>
<th>Name</th>