From e73d479a48d584746e371b50aabb62284a072b3b Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Wed, 30 Oct 2024 14:35:05 -0500 Subject: [PATCH] Remove AnalyticsWrapper again --- src/components/planner/Sidebar/Sidebar.tsx | 28 ++++++++++------------ 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/components/planner/Sidebar/Sidebar.tsx b/src/components/planner/Sidebar/Sidebar.tsx index ae426959..6a29f2bb 100644 --- a/src/components/planner/Sidebar/Sidebar.tsx +++ b/src/components/planner/Sidebar/Sidebar.tsx @@ -189,21 +189,19 @@ function CourseSelectorContainer({
Drag courses onto your plan
- - setDisplay(true)} - updateQuery={(q) => { - updateQuery(q); - setDisplay(true); - }} - className={`${ - displayResults - ? 'rounded-b-none border-b-transparent' - : 'rounded-b-[10px] border-b-inherit' - }`} - placeholder="Search courses" - /> - + setDisplay(true)} + updateQuery={(q) => { + updateQuery(q); + setDisplay(true); + }} + className={`${ + displayResults + ? 'rounded-b-none border-b-transparent' + : 'rounded-b-[10px] border-b-inherit' + }`} + placeholder="Search courses" + />