Skip to content

Commit a1a3db0

Browse files
author
Daniel Herzog
committed
Much better without parsing errors
1 parent 15039ce commit a1a3db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/network_details_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ templates._response = function(response, is_last, do_raw)
139139
["div",
140140
[
141141
show_headers ? this._response_headers(response, do_raw) : [],
142-
show_body ? this._response_body(response, do_raw, is_last)
142+
show_body ? this._response_body(response, do_raw, is_last) : []
143143
], "class", "foldable"
144144
],
145145
"class", (expanded ? "unfolded" : "")

0 commit comments

Comments
 (0)