diff --git a/packages/twenty-front/src/modules/activities/notes/components/Notes.tsx b/packages/twenty-front/src/modules/activities/notes/components/Notes.tsx index 7a60a123f..bc0d7a0d5 100644 --- a/packages/twenty-front/src/modules/activities/notes/components/Notes.tsx +++ b/packages/twenty-front/src/modules/activities/notes/components/Notes.tsx @@ -90,7 +90,7 @@ export const Notes = ({ title="All" notes={notes} button={ - !hasObjectUpdatePermissions && ( + hasObjectUpdatePermissions && (