Commit 36597a5
Fix: add showInReview to mock type annotation in useTransactionViolationsTest
The mock's mergeProhibitedViolations parameter type was missing the
showInReview property, causing a TS2345 error when .some() tried to
access it on the typed array elements.
Co-authored-by: Issa Nimaga <inimaga@users.noreply.github.com>1 parent 222b7aa commit 36597a5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments