diff --git a/front_src/src/components/UpdateInfo.tsx b/front_src/src/components/UpdateInfo.tsx index 6e7c678..7905f96 100644 --- a/front_src/src/components/UpdateInfo.tsx +++ b/front_src/src/components/UpdateInfo.tsx @@ -17,7 +17,7 @@ function UpdateInfo(){ useEffect(() => { if(!releaseNotesRef.current) return releaseNotesRef.current.innerHTML = updateInfo?.releaseNotes || "" - }, [updateInfo, releaseNotesRef]) + }, [updateInfo, releaseNotesRef.current]) return (