Skip to content

Commit

Permalink
Test and lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Dec 12, 2023
1 parent aa14d64 commit 6b4de0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ function TransactionTableInner({
>
<Table
navigator={tableNavigator}
ref={tableRef}
tableRef={tableRef}
items={props.transactions}
renderItem={renderRow}
renderEmpty={renderEmpty}
Expand Down
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/sync/sync.property.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const baseTime = 1565374471903;
const clientId1 = '80dd7da215247293';
const clientId2 = '90xU1sd5124329ac';

// @typescript-eslint/no-explicit-any
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function makeGen<T extends Arbitrary<any>>({
table,
row,
Expand Down

0 comments on commit 6b4de0f

Please sign in to comment.