This commit is contained in:
MarkLo127 2026-03-10 09:13:00 +08:00
parent f3cfe21230
commit 6e9524c777
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ export default function HistoryPage() {
{/* Market Type Tabs */}
<Tabs
value={activeTab}
onValueChange={(v) => setActiveTab(v as typeof activeTab)}
onValueChange={(v: string) => setActiveTab(v as typeof activeTab)}
className="w-full animate-slide-up animate-delay-200"
>
<TabsList className="grid w-full grid-cols-1 sm:grid-cols-3 h-auto gap-2">