Skip to content

Commit

Permalink
fix: lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Nov 21, 2024
1 parent 14f7a67 commit 6211831
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useEffect, useState } from "react";
import FocusTrap from "focus-trap-react";
import { initializePlugin } from "@concord-consortium/codap-plugin-api";
import { ReadAloudMenu } from "./readaloud-menu";
import { ChatInputComponent } from "./chat-input";
Expand Down
2 changes: 1 addition & 1 deletion src/components/focus-trap-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const FocusTrapWrapper: React.FC = () => {

const handleSetActiveTrap = (active: boolean) => {
setActiveTrap(active);
}
};

return (
<FocusTrap
Expand Down

0 comments on commit 6211831

Please sign in to comment.