Skip to content

Commit

Permalink
Resolve linter complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
Sappharad committed Aug 31, 2023
1 parent fc77121 commit 8156c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/ControlledTree.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ describe("Data with ids", () => {

test("SelectedIds should not steal focus if another control has it", () => {
let selectedIds = [42];
let renderContent = (<div>
const renderContent = (<div>
<input type="text" id="editor"/>
<MultiSelectCheckboxControlled
selectedIds={selectedIds}
Expand Down

0 comments on commit 8156c30

Please sign in to comment.