Fix JSX syntax: close conditional expression in analyze.ticker.tsx (add missing })

This commit is contained in:
2026-05-16 15:31:00 +02:00
parent 0e8339d614
commit 93056b7ecd
+1 -1
View File
@@ -325,7 +325,7 @@ export default function StockDetail() {
)} )}
</div> </div>
</div> </div>
) )}
</div> </div>
<div className="mt-6 bg-white rounded-xl shadow-lg p-6 border border-gray-200"> <div className="mt-6 bg-white rounded-xl shadow-lg p-6 border border-gray-200">