We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f72a6 commit db24a01Copy full SHA for db24a01
ui/src/frontend/chrome_slice_panel.ts
@@ -522,6 +522,9 @@ export class ChromeSliceDetailsPanel extends SlicePanel {
522
contents));
523
const value = row.contents.value;
524
if (typeof value === 'string') {
525
+ if (value === 'null') {
526
+ continue;
527
+ }
528
renderedRow.push(m('td.value', this.mayLinkify(value)));
529
} else {
530
// Type of value being a record is not propagated into the callback
0 commit comments