Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
anguyen-yext2 committed Feb 13, 2024
1 parent e9782f2 commit 57de657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function Markdown({
);
},
};
}, [reportAnalyticsEvent, linkClickEvent, responseId, cssClasses]);
}, [reportAnalyticsEvent, linkClickEvent, responseId, cssClasses, onLinkClick]);

return (
<ReactMarkdown
Expand Down
1 change: 1 addition & 0 deletions tests/components/ChatPanel.test.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable testing-library/no-unnecessary-act */
import { act, render, screen, waitFor } from "@testing-library/react";
import userEvent from "@testing-library/user-event";
import { ChatPanel } from "../../src";
Expand Down

0 comments on commit 57de657

Please sign in to comment.