This commit is contained in:
Matthias Mair 2024-04-15 17:10:39 +02:00
parent 40af17e08f
commit 364052b8bc
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<Text