Compliance updates should be public

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-03-12 13:46:19 +01:00
parent 5372404a12
commit b8ba213fcb
3 changed files with 10 additions and 50 deletions

View File

@@ -39,8 +39,7 @@ export function MainLayout(props: Props) {
<TabLink to="/documents">{__("Documents")}</TabLink>
{trustCenter.vendorInfo.totalCount > 0
&& <TabLink to="/subprocessors">{__("Subprocessors")}</TabLink>}
{isAuthenticated
&& <TabLink to="/updates">{__("Updates")}</TabLink>}
<TabLink to="/updates">{__("Updates")}</TabLink>
</Tabs>
<Outlet context={{ trustCenter }} />
</main>