Skip to content

Commit

Permalink
Fix(web-twig): TooltipWrapper double closure of the component
Browse files Browse the repository at this point in the history
  • Loading branch information
janicekt committed Aug 22, 2022
1 parent 653b618 commit bdf6936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

{%- set _classNames = [ _rootClassName, _class ] -%}

<div {{ mainProps(props) }} {{ classProp(_classNames) }}>>
<div {{ mainProps(props) }} {{ classProp(_classNames) }}>
{% block content %}{% endblock %}
</div>

0 comments on commit bdf6936

Please sign in to comment.