diff --git a/ui-kit/react/migration-property-changes.mdx b/ui-kit/react/migration-property-changes.mdx index 1e43e44b9..794a883f2 100644 --- a/ui-kit/react/migration-property-changes.mdx +++ b/ui-kit/react/migration-property-changes.mdx @@ -68,7 +68,6 @@ These 8 patterns apply across all components. You do not need to look them up pe | Prop | Type | Description | | --- | --- | --- | -| `loggedInUser` | `CometChat.User` | Override the logged-in user | | `messageTypes` | `string[]` | Filter message types to display | | `messageCategories` | `string[]` | Filter message categories | | `onAvatarClick` | `(user: CometChat.User) => void` | Avatar click callback |