Skip to content

Commit 59316f1

Browse files
Update EditableSubscriptionsCell.tsx
1 parent 022a0d6 commit 59316f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dashboard/user_management/EditableSubscriptionsCell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ const EditableSubscriptionsCell: React.FC<EditableSubscriptionsCellProps> = ({
150150

151151
setLocalMailingLists(sortedMailingLists);
152152
}, [selectedSubjectIds, mailingLists, subjectsById]);
153-
154153
useEffect(() => {
155154
const handleClickOutside = (event: MouseEvent) => {
156155
// If popover is open, the popover's onClose handler will handle it

0 commit comments

Comments
 (0)