' ? '
' + type + description.slice(3)
: type + description) +
@@ -85,7 +85,7 @@ export default function onHasCompletion(
? md.render(ctx.deprecationReason)
: '';
deprecation.innerHTML =
- 'Deprecated' + reason;
+ 'Deprecated' + reason;
deprecation.style.display = 'block';
} else if (deprecation) {
deprecation.style.display = 'none';
@@ -106,5 +106,5 @@ function renderType(type) {
if (type instanceof GraphQLList) {
return `[${renderType(type.ofType)}]`;
}
- return `${escapeHTML(type.name)}`;
+ return `${escapeHTML(type.name)}`;
}
diff --git a/renderer/components/RequestTabs/index.js b/renderer/components/RequestTabs/index.js
index 0e36efc9a..1c21ae4f6 100644
--- a/renderer/components/RequestTabs/index.js
+++ b/renderer/components/RequestTabs/index.js
@@ -67,7 +67,6 @@ const RequestTabs = () => {
}
const activeRequestTab = find(requestTabs, (t) => t.uid === activeRequestTabUid);
- console.log(requestTabs);
if(!activeRequestTab) {
return (