From d3fe6fd303edfdc4dfebd5d666ab5e3f3ac17b26 Mon Sep 17 00:00:00 2001 From: twwu Date: Mon, 18 Nov 2024 11:57:31 +0800 Subject: [PATCH] fix: display version from GitHub metadata if available --- .../components/plugins/plugin-detail-panel/detail-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx index c28a091518..810c815bad 100644 --- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx +++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx @@ -195,7 +195,7 @@ const DetailHeader = ({ uppercase={false} text={ <> -
{version}
+
{isFromGitHub ? meta!.version : version}
{isFromMarketplace && } }