Skip to content

Commit

Permalink
fix: test mock
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 6, 2023
1 parent 8d9ae3f commit 12c01cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const getDetailsHtml = (
${props._label! /* TODO v2: Remove non-null assertion after label was converted to required prop */}
</span>
</summary>
<div class="content">
<div${props._open ? `` : ` aria-hidden="true"`} class="content">
${getIndentedTextHtml(props, slots)}
</div>
</details>
Expand Down

0 comments on commit 12c01cb

Please sign in to comment.