Commit ed2f124
fix(ci): repair bad dev merge resolution that broke lint
The dev merge (2d0ae93) kept HomePage's MarketOverview import while
dropping its render, and spliced dev-only imports into the slippage
tolerance tests without using them, failing lint and tsc. Restore the
MarketOverview section (mocking it in DocumentTitle tests) and remove
the unused imports so Client CI passes again.
🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>1 parent 2d0ae93 commit ed2f124
3 files changed
Lines changed: 4 additions & 3 deletions
File tree
- src
- pages
- __tests__
- utils/__tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
| |||
0 commit comments