File tree 1 file changed +1
-2
lines changed
site/src/pages/WorkspacePage 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ export const Workspace: FC<React.PropsWithChildren<WorkspaceProps>> = ({
113
113
canAutostart,
114
114
} ) => {
115
115
const navigate = useNavigate ( ) ;
116
- const serverVersion = buildInfo ?. version || "" ;
117
116
const { saveLocal, getLocal } = useLocalStorage ( ) ;
118
117
119
118
const [ showAlertPendingInQueue , setShowAlertPendingInQueue ] = useState ( false ) ;
@@ -346,7 +345,7 @@ export const Workspace: FC<React.PropsWithChildren<WorkspaceProps>> = ({
346
345
showBuiltinApps = { canUpdateWorkspace }
347
346
hideSSHButton = { hideSSHButton }
348
347
hideVSCodeDesktopButton = { hideVSCodeDesktopButton }
349
- serverVersion = { serverVersion }
348
+ serverVersion = { buildInfo ?. version || "" }
350
349
onUpdateAgent = { handleUpdate } // On updating the workspace the agent version is also updated
351
350
/>
352
351
) }
You can’t perform that action at this time.
0 commit comments