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 f3305ab commit 6c43b89Copy full SHA for 6c43b89
package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx
@@ -24,7 +24,6 @@ export const AITypingIndicatorView = <
24
const { channel: channelFromContext } = useChannelContext<StreamChatGenerics>();
25
const channel = channelFromProps || channelFromContext;
26
const { aiState } = useAIState(channel);
27
- // TODO: Translations
28
const allowedStates = {
29
[AIStates.Thinking]: t('Thinking...'),
30
[AIStates.Generating]: t('Generating...'),
0 commit comments