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 ba7dce5 commit c9c6726Copy full SHA for c9c6726
components/dashboard/src/components/SelectIDEComponent.tsx
@@ -192,7 +192,7 @@ const IdeOptionElementSelected = ({
192
title={
193
<div>
194
{title}
195
- {!hideVersion && (
+ {!hideVersion && version && (
196
<>
197
<MiddleDot className="text-pk-content-tertiary" />{" "}
198
<span className="font-normal">{version}</span>{" "}
0 commit comments