diff --git a/frontend/src/SchemaResult.js b/frontend/src/SchemaResult.js
index c251f88..ae595fa 100644
--- a/frontend/src/SchemaResult.js
+++ b/frontend/src/SchemaResult.js
@@ -57,7 +57,7 @@ export default function SchemaResult({ summary, content, status, instances }) {
}, [page, content, checked]);
function getSuffix(rows) {
- return (rows && rows.length > 0) ? '
(failed ' + rows.length.toLocaleString() + ' times)' : ''
+ return (rows && rows.length > 0) ? '(failed ' + rows.length.toLocaleString() + ' times)' : ''
}
return (
@@ -115,7 +115,7 @@ export default function SchemaResult({ summary, content, status, instances }) {
defaultCollapseIcon={
}
defaultExpandIcon={
}
>
-
{(rows[0].constraint_type || '').replace('_', ' ')}{rows[0].constraint_type && ' - '}{hd} {getSuffix(rows)}
{rows[0].constraint_type !== 'schema' ? (coerceToStr(rows[0].msg)).split('\n')[0] : ''}
}
+