diff --git a/frontend/src/components/Dropdown.tsx b/frontend/src/components/Dropdown.tsx index 07f33650..15923661 100644 --- a/frontend/src/components/Dropdown.tsx +++ b/frontend/src/components/Dropdown.tsx @@ -140,7 +140,7 @@ function Dropdown({ : option.description }`} - {showEdit && onEdit && ( + {showEdit && onEdit && option.type !== 'public' && (