Commit 4484aee
fix(web): use strict equality to fix eqeqeq lint errors
Replace == with === in pages/settings/index.vue at lines 1671 and 1772
to resolve eslint eqeqeq rule violations causing CI failure.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 37c5dcb commit 4484aee
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1668 | 1668 | | |
1669 | 1669 | | |
1670 | 1670 | | |
1671 | | - | |
| 1671 | + | |
1672 | 1672 | | |
1673 | 1673 | | |
1674 | 1674 | | |
| |||
1769 | 1769 | | |
1770 | 1770 | | |
1771 | 1771 | | |
1772 | | - | |
| 1772 | + | |
1773 | 1773 | | |
1774 | 1774 | | |
1775 | 1775 | | |
| |||
0 commit comments