Commit 490af4b
fix: Add missing limit:1 to prefetch query and remove optional chaining from required prop
- Add limit: 1 to coaleseIssueStatsPeriodQuery prefetch return to ensure only one item is fetched for polling
- Remove optional chaining from deduplicateItems call since it's a required prop, preventing potential undefined crashes
Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>1 parent 32f3553 commit 490af4b
File tree
2 files changed
+2
-2
lines changed- static/app
- components/infiniteList
- utils/feedback
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments