fix: correct comment syntax in StocksPage component
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user