diff --git a/src/views/components/common/List/List.tsx b/src/views/components/common/List/List.tsx index 61275fac..c6bce810 100644 --- a/src/views/components/common/List/List.tsx +++ b/src/views/components/common/List/List.tsx @@ -1,7 +1,6 @@ import { DragDropContext, Draggable, Droppable } from '@hello-pangea/dnd'; import type { ReactElement } from 'react'; import React, { useCallback, useState } from 'react'; -import { areEqual } from 'react-window'; /* * Ctrl + f dragHandleProps on PopupCourseBlock.tsx for example implementation of drag handle (two lines of code) @@ -75,7 +74,7 @@ const Row: React.FC = React.memo(({ data: { items, gap }, index, style {provided => } ); -}, areEqual); +}); /** * `List` is a functional component that displays a course meeting.