Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Nov 20, 2024
1 parent 83a447a commit 8f7c366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const MembersList: FC<MembersListComponentProps> = ({

useEffect(() => {
return () => {
dispatch(commonActions.resetRecentAssignedCircleByMember());
dispatch(commonActions.resetRecentAssignedCircleByMember({ commonId }));
};
}, []);

Expand Down

0 comments on commit 8f7c366

Please sign in to comment.