Remove getComponent call for RequestUrl

This commit is contained in:
Kyle Shockey
2017-08-21 17:21:48 -07:00
parent b2f7953319
commit a6944a279c

View File

@@ -52,7 +52,6 @@ export default class LiveResponse extends React.Component {
const contentType = headers["content-type"]
const Curl = getComponent("curl")
const RequestUrl = getComponent("requestUrl")
const ResponseBody = getComponent("responseBody")
const returnObject = headersKeys.map(key => {
return <span className="headerline" key={key}> {key}: {headers[key]} </span>