File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dashboard/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
* See License.AGPL.txt in the project root for license information.
5
5
*/
6
6
7
- import { IDEOption , IDEOptions } from "@gitpod/gitpod-protocol/lib/ide -protocol" ;
7
+ import { IDEOption , IDEOptions , makeIdeVersionHumanReadable } from "@gitpod/gitpod-protocol" ;
8
8
import { useCallback , useEffect , useState } from "react" ;
9
9
import { getGitpodService } from "../service/service" ;
10
10
import { DropDown2 , DropDown2Element } from "./DropDown2" ;
@@ -149,7 +149,7 @@ function IdeOptionElementInDropDown(p: IdeOptionElementProps): JSX.Element {
149
149
{ version && (
150
150
< >
151
151
< div className = "mx-1" > ·</ div >
152
- < div > { version } </ div >
152
+ < div > { makeIdeVersionHumanReadable ( version ) } </ div >
153
153
</ >
154
154
) }
155
155
{ label && (
You can’t perform that action at this time.
0 commit comments