Commit 2166a10
fix: resolve TS6133 build errors for unused variables
- Prefix unused `record` param with underscore in ObjectView.tsx
- Remove unused `fireEvent` import from EmptyStateSystemRoutes.test.tsx
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent e704b11 commit 2166a10
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- apps/console/src/__tests__
- packages/plugin-view/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
| 987 | + | |
988 | 988 | | |
989 | 989 | | |
990 | 990 | | |
| |||
0 commit comments