Linter fixes

This commit is contained in:
Kyle Shockey
2017-11-17 18:52:39 -08:00
parent 33f8338560
commit 26eb07da33

View File

@@ -4,7 +4,7 @@ import ImPropTypes from "react-immutable-proptypes"
import { fromJS } from "immutable" import { fromJS } from "immutable"
const Callbacks = (props) => { const Callbacks = (props) => {
let { callbacks, getComponent, layoutSelectors } = props let { callbacks, getComponent } = props
// const Markdown = getComponent("Markdown") // const Markdown = getComponent("Markdown")
const OperationContainer = getComponent("OperationContainer", true) const OperationContainer = getComponent("OperationContainer", true)