File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export function ChartMetricSwitcher() {
1111 const pathname = usePathname ( ) ;
1212 const searchParams = useSearchParams ( ) ;
1313
14- const metric = ( searchParams . get ( "metric" ) as Metric ) || "volume " ;
14+ const metric = ( searchParams . get ( "metric" ) as Metric ) || "payments " ;
1515
1616 const handleMetricChange = useCallback (
1717 ( newMetric : Metric ) => {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default async function Page(props: {
7575 // Get project wallet for prefilling the code snippet
7676 const projectWallet = await getProjectWallet ( project ) ;
7777
78- const metric = ( searchParams . metric as "payments" | "volume" ) || "volume " ;
78+ const metric = ( searchParams . metric as "payments" | "volume" ) || "payments " ;
7979
8080 return (
8181 < ResponsiveSearchParamsProvider value = { searchParams } >
You can’t perform that action at this time.
0 commit comments