diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/dashboard/lists/ListOptions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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({ ) : ( <Square className="size-4" /> ), - visible: true, + visible: isOwner, disabled: false, onClick: onClickShowArchived, }, |
