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 767366938f..75239a424f 100644
--- a/web/app/components/plugins/plugin-detail-panel/detail-header.tsx
+++ b/web/app/components/plugins/plugin-detail-panel/detail-header.tsx
@@ -201,7 +201,15 @@ const DetailHeader = ({
}
/>
{(hasNewVersion || isFromGitHub) && (
-
+
)}
diff --git a/web/app/components/plugins/update-plugin/from-market-place.tsx b/web/app/components/plugins/update-plugin/from-market-place.tsx
index 071b143115..e4abd32aff 100644
--- a/web/app/components/plugins/update-plugin/from-market-place.tsx
+++ b/web/app/components/plugins/update-plugin/from-market-place.tsx
@@ -89,6 +89,7 @@ const UpdatePluginModal: FC
= ({
})
onSave()
}
+ // eslint-disable-next-line unused-imports/no-unused-vars
catch (e) {
setUploadStep(UploadStep.notStarted)
}