We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f7953 commit a6944a2Copy full SHA for a6944a2
src/core/components/live-response.jsx
@@ -52,7 +52,6 @@ export default class LiveResponse extends React.Component {
52
const contentType = headers["content-type"]
53
54
const Curl = getComponent("curl")
55
- const RequestUrl = getComponent("requestUrl")
56
const ResponseBody = getComponent("responseBody")
57
const returnObject = headersKeys.map(key => {
58
return <span className="headerline" key={key}> {key}: {headers[key]} </span>
0 commit comments