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 364fb39 commit dba7a19Copy full SHA for dba7a19
src/packages/frontend/jupyter/select-kernel.tsx
@@ -200,7 +200,7 @@ export const KernelSelector: React.FC<KernelSelectorProps> = React.memo(
200
const label = render_kernel_button(name);
201
202
entries.push(
203
- <Descriptions.Item key={name} label={label}>
+ <Descriptions.Item key={`${name}-${lang}`} label={label}>
204
<div>{render_suggested_link(cocalc)}</div>
205
</Descriptions.Item>,
206
);
0 commit comments