diff --git a/client/coral-embed-stream/src/actions/embed.js b/client/coral-embed-stream/src/actions/embed.js index 509de7237..98505cb99 100644 --- a/client/coral-embed-stream/src/actions/embed.js +++ b/client/coral-embed-stream/src/actions/embed.js @@ -6,4 +6,4 @@ export const setActiveTab = (tab) => (dispatch, getState) => { if (getState().stream.commentId) { dispatch(viewAllComments()); } -}; \ No newline at end of file +}; diff --git a/client/coral-framework/components/Slot.js b/client/coral-framework/components/Slot.js index 3c9c17476..939068e83 100644 --- a/client/coral-framework/components/Slot.js +++ b/client/coral-framework/components/Slot.js @@ -7,7 +7,7 @@ import {getSlotElements} from 'coral-framework/helpers/plugins'; function Slot ({fill, inline = false, plugin_config: config, ...rest}) { return (