Skip to content

Commit ce3ff97

Browse files
committed
remove v2 link from chats list
1 parent b3ee90a commit ce3ff97

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/components/Chats/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ const Chats = () => {
6868
<MuiLink component={RouterLink} to={`/${chat.courseId}`}>
6969
<Typography variant="h6">{getLanguageValue(chat.name, language)}</Typography>
7070
</MuiLink>
71-
<MuiLink component={RouterLink} to={`/v2/${chat.courseId}`}>
72-
<Typography variant="h6">{getLanguageValue(chat.name, language)} (v2 UI)</Typography>
73-
</MuiLink>
7471
</TableCell>
7572
</TableRow>
7673
))}

0 commit comments

Comments
 (0)