We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0850403 commit 5d417d1Copy full SHA for 5d417d1
components/dashboard/src/components/SelectIDEComponent.tsx
@@ -37,7 +37,7 @@ export default function SelectIDEComponent(props: SelectIDEComponentProps) {
37
element: <IdeOptionElementInDropDown option={ide} useLatest={false} />,
38
isSelectable: true,
39
});
40
- if (ide.imageVersion !== ide.latestImageVersion) {
+ if (ide.latestImage) {
41
result.push({
42
id: ide.id + "-latest",
43
element: <IdeOptionElementInDropDown option={ide} useLatest={true} />,
0 commit comments