diff --git a/themes/Medium/LayoutBase.js b/themes/Medium/LayoutBase.js index 1ee367d09a1..5772a5e4db3 100644 --- a/themes/Medium/LayoutBase.js +++ b/themes/Medium/LayoutBase.js @@ -13,10 +13,10 @@ import CONFIG_MEDIUM from './config_medium' * @constructor */ const LayoutBase = props => { - const { children, meta, showInfoCard = true } = props + const { children, meta, showInfoCard = true, slotRight } = props return ( -
+
@@ -28,6 +28,7 @@ const LayoutBase = props => {
{ CONFIG_MEDIUM.WIDGET_REVOLVER_MAPS === 'true' && } + { slotRight }