Skip to content

Commit

Permalink
fix: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Nov 29, 2024
1 parent f3305ab commit 6c43b89
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const AITypingIndicatorView = <
const { channel: channelFromContext } = useChannelContext<StreamChatGenerics>();
const channel = channelFromProps || channelFromContext;
const { aiState } = useAIState(channel);
// TODO: Translations
const allowedStates = {
[AIStates.Thinking]: t('Thinking...'),
[AIStates.Generating]: t('Generating...'),
Expand Down

0 comments on commit 6c43b89

Please sign in to comment.