Skip to content

Commit

Permalink
remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 14, 2024
1 parent 3ebd6f4 commit a6bc6d8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions playground/nextjs-app-router/components/DemoOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ const COMPONENT_CONFIG: Partial<
],
};

export function getComponentQueryParams(
component: OnchainKitComponent,
): string {
const options = COMPONENT_CONFIG[component] || [];
const paramKeys = [...COMMON_OPTIONS, ...options].map((Component) =>
Component.name.toLowerCase(),
);
return paramKeys.join('&');
}

export default function DemoOptions({
component,
}: {
Expand Down

0 comments on commit a6bc6d8

Please sign in to comment.