Commit b76ba10
fix: avoid < in own-connections @if to satisfy Angular and Biome
The HTML entity < was being parsed literally inside Angular's @if
expression, breaking the build. Flipped the comparison to use > so
the template parses correctly without tripping Biome's HTML linter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d7c4ab7 commit b76ba10
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments