Commit 6d212b8
authored
fix(ui): duplicate document has unused serverURL dependency (#15178)
`serverURL` was included in the `handleDuplicate` dependency array but
never used in the callback function.
Removed serverURL from the useCallback dependency array since it's not
referenced in the function body.1 parent aaea133 commit 6d212b8
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
151 | | - | |
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
| |||
0 commit comments