diff --git a/package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx b/package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx index d35cce91f..9f45a30fa 100644 --- a/package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx +++ b/package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx @@ -24,7 +24,6 @@ export const AITypingIndicatorView = < const { channel: channelFromContext } = useChannelContext(); const channel = channelFromProps || channelFromContext; const { aiState } = useAIState(channel); - // TODO: Translations const allowedStates = { [AIStates.Thinking]: t('Thinking...'), [AIStates.Generating]: t('Generating...'),