-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(components): fixed typo in post-accordion-item
#4391
base: main
Are you sure you want to change the base?
chore(components): fixed typo in post-accordion-item
#4391
Conversation
|
Related Previews |
Not sure if a changeset is needed here... |
pnpm-lock.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the lock file change? This shouldn't be in the PR
@@ -81,7 +81,8 @@ export class PostAccordionItem { | |||
} | |||
|
|||
render() { | |||
const headingLevel = this.host.closest('post-accorddion')?.getAttribute('heading-level'); | |||
const headingLevel = this.host.closest('post-accordion')?.getAttribute('heading-level'); | |||
console.log(headingLevel); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You missed a console.log
Quality Gate passedIssues Measures |
No description provided.