From 93056b7ecd75d978ba3a67e027aef2b8444a6ba3 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Sat, 16 May 2026 15:31:00 +0200 Subject: [PATCH] Fix JSX syntax: close conditional expression in analyze.ticker.tsx (add missing }) --- app/routes/analyze.ticker.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/analyze.ticker.tsx b/app/routes/analyze.ticker.tsx index b5cdb78..c5f0bfb 100644 --- a/app/routes/analyze.ticker.tsx +++ b/app/routes/analyze.ticker.tsx @@ -325,7 +325,7 @@ export default function StockDetail() { )} - ) + )}