fix: new update notification cause rendering loop (#24013)

This commit is contained in:
Alex
2025-11-19 20:14:30 -06:00
committed by GitHub
parent acded69adf
commit e7261a04e1
2 changed files with 4 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
);
const releaseInfo = $derived.by(() => {
if ($release == undefined || $release?.isAvailable || !$user.isAdmin) {
if ($release == undefined || !$release?.isAvailable || !$user.isAdmin) {
return;
}