Commit ca6a753
authored
Fixes lint warnings (#588)
Refer:
1. ros-frontend/src/Components/InstanceTypes/SuggestedInstanceTypesTable.js
42:8 warning React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array - react-hooks/exhaustive-deps
2. ros-frontend/src/Routes/RosSuggestedInstanceTypes/RosSuggestedInstanceTypes.js
28:8 warning React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array - react-hooks/exhaustive-deps
65:8 warning React Hook useEffect has missing dependencies: 'hideGlobalFilter' and 'updateDocumentTitle'. Either include them or remove the dependency array - react-hooks/exhaustive-deps1 parent 3475b19 commit ca6a753
File tree
2 files changed
+3
-3
lines changed- src
- Components/InstanceTypes
- Routes/RosSuggestedInstanceTypes
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments