Skip to content

Commit 3aef3bf

Browse files
authored
fix: remove leftover text in request snippets (#8011)
1 parent 381017b commit 3aef3bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/plugins/request-snippets/request-snippets.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ const RequestSnippets = ({ request, requestSnippetsSelectors, getConfigs }) => {
109109

110110
return (
111111
<div className="request-snippets" ref={rootRef}>
112-
Just a test
113112
<div style={{ width: "100%", display: "flex", justifyContent: "flex-start", alignItems: "center", marginBottom: "15px" }}>
114113
<h4
115114
onClick={() => handleSetIsExpanded()}

0 commit comments

Comments
 (0)