Skip to content

Commit b8539c4

Browse files
TCA-851 #comment This commit reloads the page when the user is redirected to the account settings # time 15m
1 parent 7d49b0e commit b8539c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-ts/tools/learn/course-details/course-curriculum/CourseCurriculum.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
175175

176176
function onDiceModalClose(): void {
177177
setIsDiceModalOpen(false)
178+
// reload the page so we refresh the DICE ID status
179+
window.location.reload()
178180
}
179181

180182
return (

0 commit comments

Comments
 (0)