Skip to content

Commit 2174213

Browse files
committed
chore(web): prefix unused getProviderCta with underscore
1 parent 69c4374 commit 2174213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/features/agent-panes/views/shared/draft-launcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const DraftLauncher: FC<DraftLauncherProps> = ({
8282
return Boolean(runtime?.autoInstallSupported && runtime.installReadiness === "ready");
8383
};
8484

85-
const getProviderCta = (providerId: ProviderId): string => {
85+
const _getProviderCta = (providerId: ProviderId): string => {
8686
const state = states[providerId];
8787
if (
8888
state.loading ||

0 commit comments

Comments
 (0)