diff --git a/packages/console/app/src/routes/download/index.tsx b/packages/console/app/src/routes/download/index.tsx index 3a3ac3758..4f4258755 100644 --- a/packages/console/app/src/routes/download/index.tsx +++ b/packages/console/app/src/routes/download/index.tsx @@ -37,7 +37,6 @@ function getDownloadPlatform(os: OS): DownloadPlatform { } } - function getDownloadHref(platform: DownloadPlatform) { return `/download/${platform}` }