mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-06 11:20:56 -05:00
fix: version check API calls
This commit is contained in:
@@ -264,9 +264,8 @@ export const MainNavigation = ({
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void loadReleases();
|
||||
}, []);
|
||||
if (isOwnerOrAdmin) loadReleases();
|
||||
}, [isOwnerOrAdmin]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user