Skip to content
Snippets Groups Projects
Commit 1ff3985b authored by esikkala's avatar esikkala
Browse files

InstanceHomePageTable: check for missing data

parent ba8982e8
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ class InstanceHomePageTable extends React.Component { ...@@ -96,6 +96,7 @@ class InstanceHomePageTable extends React.Component {
hasExpandableContent = true hasExpandableContent = true
} }
if (!isArray && if (!isArray &&
data &&
data !== '-' && data !== '-' &&
config.valueType === 'string' && config.valueType === 'string' &&
config.collapsedMaxWords && config.collapsedMaxWords &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment