We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57cd5d commit d2dd6aeCopy full SHA for d2dd6ae
docusaurus/docs/iOS/swiftui/components/channel-header.md
@@ -130,7 +130,7 @@ class CustomFactory: ViewFactory {
130
public static let shared = CustomFactory()
131
132
func makeChannelHeaderViewModifier(for channel: ChatChannel) -> some ChatChannelHeaderViewModifier {
133
- CustomChannelModifier(channel: channel)
+ CustomChatChannelModifier(channel: channel)
134
}
135
136
0 commit comments