mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 21:40:11 +08:00
missing _
This commit is contained in:
@@ -6,4 +6,4 @@ export const setActiveTab = (tab) => (dispatch, getState) => {
|
||||
if (getState().stream.commentId) {
|
||||
dispatch(viewAllComments());
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -7,7 +7,7 @@ import {getSlotElements} from 'coral-framework/helpers/plugins';
|
||||
function Slot ({fill, inline = false, plugin_config: config, ...rest}) {
|
||||
return (
|
||||
<div className={cn({[styles.inline]: inline, [styles.debug]: config.debug})}>
|
||||
{getSlotElements(fill, {...rest, config}}
|
||||
{getSlotElements(fill, {...rest, config})}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user