You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): correct trailing comma and whitespace in general tab
Adjust the constructor call and remove stray whitespace in the general
tab component to match expected parameter formatting.
- Remove an extra blank character left after a conditional block.
- Add a missing trailing comma for the plugin argument in the
ToggleSetting constructor call to ensure consistent argument
separation and avoid potential lint/format issues.
These small fixes improve code style consistency and prevent minor
syntax/formatting problems in the UI linter component.
0 commit comments