From 364052b8bcaf134fc7561de726839cedf05750eb Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 15 Apr 2024 17:10:39 +0200 Subject: [PATCH] bug fix --- src/frontend/src/tables/plugin/PluginListTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/tables/plugin/PluginListTable.tsx b/src/frontend/src/tables/plugin/PluginListTable.tsx index 562e63b195..31174037de 100644 --- a/src/frontend/src/tables/plugin/PluginListTable.tsx +++ b/src/frontend/src/tables/plugin/PluginListTable.tsx @@ -304,7 +304,7 @@ export default function PluginListTable() { render: function (record: any) { if (record.active) { - return record.meta.description; + return record?.meta.description; } else { return (