Skip to content

Commit a6944a2

Browse files
committed
Remove getComponent call for RequestUrl
1 parent b2f7953 commit a6944a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/components/live-response.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default class LiveResponse extends React.Component {
5252
const contentType = headers["content-type"]
5353

5454
const Curl = getComponent("curl")
55-
const RequestUrl = getComponent("requestUrl")
5655
const ResponseBody = getComponent("responseBody")
5756
const returnObject = headersKeys.map(key => {
5857
return <span className="headerline" key={key}> {key}: {headers[key]} </span>

0 commit comments

Comments
 (0)