diff --git a/web/src/components/molecules/PluginDetailPage/index.tsx b/web/src/components/molecules/PluginDetailPage/index.tsx index 56f9f4bc..96337053 100644 --- a/web/src/components/molecules/PluginDetailPage/index.tsx +++ b/web/src/components/molecules/PluginDetailPage/index.tsx @@ -81,12 +81,6 @@ const PluginDetailPage: React.FC = ({ label: t("README"), children: {readme}, }, - // TODO: after developing function for posting changelogs - // { - // key: "2", - // label: t("Change log"), - // children: "Change log", - // }, ]; const config = getConfig();