diff --git a/client/coral-framework/components/Slot.js b/client/coral-framework/components/Slot.js index 68b5e9964..9640ca9de 100644 --- a/client/coral-framework/components/Slot.js +++ b/client/coral-framework/components/Slot.js @@ -4,10 +4,10 @@ import styles from './Slot.css'; import {connect} from 'react-redux'; import {getSlotElements} from 'coral-framework/helpers/plugins'; -function Slot ({fill, inline = false, plugin_config: {debug, ...config}, ...rest}) { +function Slot ({fill, inline = false, plugin_config: {...config}, ...rest}) { return ( -