fix response header type not showing, and displaying example below if theres one present

This commit is contained in:
daniel-smartbear
2017-11-13 12:18:38 +00:00
parent 50153487ba
commit 00a059b8dd
2 changed files with 12 additions and 5 deletions

View File

@@ -153,7 +153,10 @@ export default class Response extends React.Component {
) : null}
{ headers ? (
<Headers headers={ headers }/>
<Headers
headers={ headers }
getComponent={ getComponent }
/>
) : null}