mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
bug fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user