Álvaro Valenzuela Valdes commited on
Commit ·
81b5c96
1
Parent(s): 1dce4c2
fix: Resolve syntax error in TenderSearch.tsx (missing closing div)
Browse files
frontend/components/TenderSearch.tsx
CHANGED
|
@@ -287,8 +287,9 @@ export default function TenderSearch({ tenders, onSearch, onAnalyze, forceShowFo
|
|
| 287 |
</tbody>
|
| 288 |
</table>
|
| 289 |
</div>
|
| 290 |
-
|
| 291 |
-
|
|
|
|
| 292 |
|
| 293 |
{isLoading && <BrandLoader />}
|
| 294 |
</div>
|
|
|
|
| 287 |
</tbody>
|
| 288 |
</table>
|
| 289 |
</div>
|
| 290 |
+
</div>
|
| 291 |
+
)}
|
| 292 |
+
</div>
|
| 293 |
|
| 294 |
{isLoading && <BrandLoader />}
|
| 295 |
</div>
|