We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ee90a commit ce3ff97Copy full SHA for ce3ff97
src/client/components/Chats/index.tsx
@@ -68,9 +68,6 @@ const Chats = () => {
68
<MuiLink component={RouterLink} to={`/${chat.courseId}`}>
69
<Typography variant="h6">{getLanguageValue(chat.name, language)}</Typography>
70
</MuiLink>
71
- <MuiLink component={RouterLink} to={`/v2/${chat.courseId}`}>
72
- <Typography variant="h6">{getLanguageValue(chat.name, language)} (v2 UI)</Typography>
73
- </MuiLink>
74
</TableCell>
75
</TableRow>
76
))}
0 commit comments