diff --git a/app/ticks/[name]/page.tsx b/app/ticks/[name]/page.tsx index ab34600..2aaccb8 100644 --- a/app/ticks/[name]/page.tsx +++ b/app/ticks/[name]/page.tsx @@ -270,6 +270,7 @@ export default function Home({ params }: { params: { name: string } }) { diff --git a/components/tick-table.tsx b/components/tick-table.tsx index fab1bb2..314c74f 100644 --- a/components/tick-table.tsx +++ b/components/tick-table.tsx @@ -104,9 +104,8 @@ export default function TickTable(props: TickTableProps) {