[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: remove leftover text in request snippets (swagger-api#8011)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai committed May 5, 2022
1 parent 381017b commit 3aef3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/plugins/request-snippets/request-snippets.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const RequestSnippets = ({ request, requestSnippetsSelectors, getConfigs }) => {

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

0 comments on commit 3aef3bf

Please sign in to comment.