diff --git a/app/scenes/Collection/Actions.tsx b/app/scenes/Collection/Actions.tsx index f5b7d5593..d00a51f13 100644 --- a/app/scenes/Collection/Actions.tsx +++ b/app/scenes/Collection/Actions.tsx @@ -21,7 +21,7 @@ function Actions({ collection }: Props) { return ( <> - {can.update && ( + {can.createDocument && ( <>