Skip to content

Commit

Permalink
fixed #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis-Software committed Oct 10, 2022
1 parent 0f6a5d2 commit 8312695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_src/src/components/UpdateInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function UpdateInfo(){
useEffect(() => {
if(!releaseNotesRef.current) return
releaseNotesRef.current.innerHTML = updateInfo?.releaseNotes || ""
}, [updateInfo, releaseNotesRef])
}, [updateInfo, releaseNotesRef.current])

return (
<Modal
Expand Down

0 comments on commit 8312695

Please sign in to comment.