diff --git a/apps/www/pages/reference/primitives/BranchPicker.mdx b/apps/www/pages/reference/primitives/BranchPicker.mdx
index 6f493829a..c9a650b4e 100644
--- a/apps/www/pages/reference/primitives/BranchPicker.mdx
+++ b/apps/www/pages/reference/primitives/BranchPicker.mdx
@@ -27,6 +27,40 @@ const BranchPicker = () => (
Containts all parts of the branch picker.
+This primitive renders a `
` element unless `asChild` is set.
+
+
+ Change the default rendered element for the one passed as a child,
+ merging their props and behavior.
+
+
+ Read our Composition guide for more
+ details.
+ >
+ ),
+ },
+ {
+ name: 'hideWhenSingleBranch',
+ required: false,
+ type: 'boolean',
+ default: 'false',
+ description: (
+
+ Do not render the BranchPicker when there is only one branch at the current message.
+
+ ),
+ }
+ ]}
+/>
+
### Number
The current branch number.