diff --git a/web/src/components/message-history-window-size-item.tsx b/web/src/components/message-history-window-size-item.tsx index 94da4e8bb..acd6ac91a 100644 --- a/web/src/components/message-history-window-size-item.tsx +++ b/web/src/components/message-history-window-size-item.tsx @@ -6,14 +6,14 @@ const MessageHistoryWindowSizeItem = ({ }: { initialValue: number; }) => { - const { t } = useTranslation('flow'); + const { t } = useTranslation(); return (