mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-10 13:51:01 +00:00
bug fix
This commit is contained in:
@@ -304,7 +304,7 @@ export default function PluginListTable() {
|
|||||||
|
|
||||||
render: function (record: any) {
|
render: function (record: any) {
|
||||||
if (record.active) {
|
if (record.active) {
|
||||||
return record.meta.description;
|
return record?.meta.description;
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<Text
|
<Text
|
||||||
|
Reference in New Issue
Block a user