Skip to content

Commit

Permalink
Update packages/components/src/components/post-collapsible/post-colla…
Browse files Browse the repository at this point in the history
…psible.tsx

Co-authored-by: Oliver Schürch <[email protected]>
  • Loading branch information
myrta2302 and oliverschuerch authored Dec 19, 2024
1 parent 721d8d6 commit 9bc79b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class PostCollapsible {

render() {
return (
<Host data-version={version} tabIndex={this.collapsed ? -1 : undefined}>
<Host data-version={version} tabindex={this.collapsed ? -1 : undefined}>
<slot />
</Host>
);
Expand Down

0 comments on commit 9bc79b9

Please sign in to comment.