From 59df692060e264f8c70d0e967db70238915d26e0 Mon Sep 17 00:00:00 2001 From: Josiah Ivey Date: Wed, 13 Nov 2024 13:38:21 -0800 Subject: [PATCH] lint --- .../components/PracticeQuestionsPopup.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/content/practiceQuestions/components/PracticeQuestionsPopup.spec.tsx b/src/app/content/practiceQuestions/components/PracticeQuestionsPopup.spec.tsx index 9a949a1245..8f0027c0b8 100644 --- a/src/app/content/practiceQuestions/components/PracticeQuestionsPopup.spec.tsx +++ b/src/app/content/practiceQuestions/components/PracticeQuestionsPopup.spec.tsx @@ -38,7 +38,7 @@ const mockMatch = { }, route: content, state: {}, - search: `?modal=${modalUrlName}` + search: `?modal=${modalUrlName}`, }; describe('PracticeQuestions', () => {