From 4d3ffbb6f0d4dac7f706c92bf3f3d98e5ec5da2b Mon Sep 17 00:00:00 2001 From: twwu Date: Fri, 8 Nov 2024 11:33:35 +0800 Subject: [PATCH] fix: update repository URL format in plugin action component --- web/app/components/plugins/plugin-item/action.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-item/action.tsx b/web/app/components/plugins/plugin-item/action.tsx index 9ff38a508b..1c04154094 100644 --- a/web/app/components/plugins/plugin-item/action.tsx +++ b/web/app/components/plugins/plugin-item/action.tsx @@ -71,7 +71,7 @@ const Action: FC = ({ github: { originalPackageInfo: { id: installationId, - repo: `https://github.com/${meta!.repo}`, + repo: meta!.repo, version: meta!.version, package: meta!.package, },