Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix(submtModal) : rerender when switched URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kasterra committed May 13, 2024
1 parent 2ef0775 commit c173814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const SubmitModal = ({ isOpen, onClose }: Props) => {
}

getData();
}, []);
}, [lectureId, practiceId, labId]);

return isLoading ? null : (
<Modal
Expand Down

0 comments on commit c173814

Please sign in to comment.