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 15, 2023
1 parent d8c8e9a commit 00919ca
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 @@ -515,7 +515,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 00919ca

Please sign in to comment.