fix: correct comment syntax in StocksPage component
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s

This commit is contained in:
2026-03-19 22:17:27 -04:00
parent 125e62c19c
commit a682ac9b22
+1 -1
View File
@@ -199,7 +199,7 @@ export default async function StocksPage({ searchParams }: PageProps) {
return (
<div className="max-w-5xl mx-auto space-y-6">
<AutoRefresh intervalMs={30_000} />
{/* Header */}}
{/* Header */}
<div className="flex items-center justify-between">
<div className="flex items-center gap-3">
<BarChart2 className="h-6 w-6 text-indigo-400" />