Commit f417212
refactor: use Set-based deduplication in RecordDetailView for consistency
Address code review: use the same O(n) Set-based dedup pattern as
action-bar.tsx, wrapped in useMemo for React performance.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 9fd3b5a commit f417212
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
391 | | - | |
392 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
393 | 400 | | |
394 | 401 | | |
395 | 402 | | |
| |||
0 commit comments