Remove getComponent call for RequestUrl
This commit is contained in:
@@ -52,7 +52,6 @@ export default class LiveResponse extends React.Component {
|
|||||||
const contentType = headers["content-type"]
|
const contentType = headers["content-type"]
|
||||||
|
|
||||||
const Curl = getComponent("curl")
|
const Curl = getComponent("curl")
|
||||||
const RequestUrl = getComponent("requestUrl")
|
|
||||||
const ResponseBody = getComponent("responseBody")
|
const ResponseBody = getComponent("responseBody")
|
||||||
const returnObject = headersKeys.map(key => {
|
const returnObject = headersKeys.map(key => {
|
||||||
return <span className="headerline" key={key}> {key}: {headers[key]} </span>
|
return <span className="headerline" key={key}> {key}: {headers[key]} </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user