Compare commits
1 Commits
release/v1
...
issue/4370
Author | SHA1 | Date |
---|---|---|
Lance Pioch | b7482a3ffc |
|
@ -19,7 +19,7 @@ interface Props {
|
|||
|
||||
function wrapProperties(value: unknown): any {
|
||||
if (value === null || typeof value === 'string' || typeof value === 'number') {
|
||||
return `<strong>${String(value)}</strong>`;
|
||||
return `${String(value)}`;
|
||||
}
|
||||
|
||||
if (isObject(value)) {
|
||||
|
|
Loading…
Reference in New Issue