Skip to content

Commit 26eb07d

Browse files
committed
Linter fixes
1 parent 33f8338 commit 26eb07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/plugins/oas3/components/callbacks.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ImPropTypes from "react-immutable-proptypes"
44
import { fromJS } from "immutable"
55

66
const Callbacks = (props) => {
7-
let { callbacks, getComponent, layoutSelectors } = props
7+
let { callbacks, getComponent } = props
88
// const Markdown = getComponent("Markdown")
99
const OperationContainer = getComponent("OperationContainer", true)
1010

0 commit comments

Comments
 (0)