From 2667891bddba4e9d9bb141fb34532ec2da48c209 Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Tue, 19 Mar 2024 18:57:10 +0000 Subject: [PATCH 1/6] If the subscrition is unlimited, do not provide the link --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 103d772f..2d0d3613 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -84,7 +84,7 @@ export default function Navbar({user, path, navDisabled = false, focusMode = fal {showExpirationDate() && ( Date: Tue, 19 Mar 2024 19:01:37 +0000 Subject: [PATCH 2/6] Stats and Records are now hidden for country managers --- src/components/Sidebar.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 041aa7a9..434b95e0 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -118,8 +118,12 @@ export default function Sidebar({path, navDisabled = false, focusMode = false, u /> )} -