From adde8099095a7be88e5027f1010e1a40e8748149 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 27 Nov 2025 21:36:21 +0000 Subject: fix: hide archived checkbox in shared lists --- apps/web/components/dashboard/lists/ListOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/web/components/dashboard') diff --git a/apps/web/components/dashboard/lists/ListOptions.tsx b/apps/web/components/dashboard/lists/ListOptions.tsx index 36bb097b..804e2e8b 100644 --- a/apps/web/components/dashboard/lists/ListOptions.tsx +++ b/apps/web/components/dashboard/lists/ListOptions.tsx @@ -108,7 +108,7 @@ export function ListOptions({ ) : ( ), - visible: true, + visible: isOwner, disabled: false, onClick: onClickShowArchived, }, -- cgit v1.2.3-70-g09d2