Skip to content

Commit

Permalink
Fix(web-twig): Remove unused expandOnMobile variable in ModalComposed
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 4, 2023
1 parent 52b8ca8 commit 818e26a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{%- set _ariaLabelledbyAttr = _id ? 'aria-labelledby=' ~ _titleId : null -%}

{# Miscellaneous #}
{%- set _classNames = [ _rootClassName, _rootComposedClassName, _rootExpandOnMobileClassName, _class ] -%}
{%- set _classNames = [ _rootClassName, _rootComposedClassName, _class ] -%}
{%- set _mainPropsWithoutId = props | filter((value, prop) => prop != 'id') -%}

{# Deprecations #}
Expand Down

0 comments on commit 818e26a

Please sign in to comment.