Commit 0428828
refactor: use JSX syntax for RAS component in config (#4674)
Convert announcements config to .tsx and use proper JSX element syntax
instead of invoking the component as a function, which is an anti-pattern
that breaks if hooks are added later.
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent bedc015 commit 0428828
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
0 commit comments