diff --git a/frontend/src/metabase/public/components/EmbedFrame.jsx b/frontend/src/metabase/public/components/EmbedFrame.jsx index 7bd7cb1b0ba51..2e874df55ad15 100644 --- a/frontend/src/metabase/public/components/EmbedFrame.jsx +++ b/frontend/src/metabase/public/components/EmbedFrame.jsx @@ -61,9 +61,7 @@ export default class EmbedFrame extends Component { } = this.props; const { innerScroll } = this.state; - const showFooter = - !MetabaseSettings.hideEmbedBranding() || - (actionButtons && actionButtons.length > 0); + const showFooter = !MetabaseSettings.hideEmbedBranding() || actionButtons; const { bordered, titled, theme, hide_parameters } = { ...DEFAULT_OPTIONS,