Skip to content

Commit 4d8b3f6

Browse files
Show the right hand side with error even if no response
1 parent c315907 commit 4d8b3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/transactionDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h4>Request body</h4>
152152
</div>
153153

154154
<!-- Response, right -->
155-
<div class="col-md-6" ng-if="transactionDetails.response">
155+
<div class="col-md-6" ng-if="transactionDetails.response || transactionDetails.error">
156156
<div class="panel panel-default sml-margin transaction-req-res-height">
157157
<div class="panel-heading">
158158
<h3 class="panel-title">Response</h3>

0 commit comments

Comments
 (0)