Skip to content

Commit 598c32f

Browse files
committed
remove chatv2 bug warning
1 parent 97c6e2f commit 598c32f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/components/ChatV2/ChatV2.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ export const ChatV2 = () => {
436436
ref={scrollRef}
437437
>
438438
{user?.preferences?.chatVersion !== 2 && <TestUseInfoV2 />}
439-
<Alert severity="warning" sx={{ mt: 2 }}>
440-
{t('chat:warning')}
441-
</Alert>
442439

443440
{course?.saveDiscussions && (
444441
<Paper variant="outlined" sx={{ padding: 2, mt: 2, display: 'flex', flexDirection: 'column', gap: 2 }}>

0 commit comments

Comments
 (0)