From 83126959e7cc2a5659a25582c58f51c5cb279cef Mon Sep 17 00:00:00 2001 From: Davis-Software Date: Mon, 10 Oct 2022 22:02:04 +0200 Subject: [PATCH] fixed #2 --- front_src/src/components/UpdateInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (