Skip to content

Commit 6c43b89

Browse files
committed
fix: remove TODO
1 parent f3305ab commit 6c43b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const AITypingIndicatorView = <
2424
const { channel: channelFromContext } = useChannelContext<StreamChatGenerics>();
2525
const channel = channelFromProps || channelFromContext;
2626
const { aiState } = useAIState(channel);
27-
// TODO: Translations
2827
const allowedStates = {
2928
[AIStates.Thinking]: t('Thinking...'),
3029
[AIStates.Generating]: t('Generating...'),

0 commit comments

Comments
 (0)